Color Hex Logo

#833513 Color Hex

#833513
(131,53,19)
0 Favorites   0 Comments

Color spaces of #833513

RGB 1315319
HSL0.050.750.29
HSV18°85°51°
CMYK 0.000.600.85   0.49
XYZ10.75077.41851.4814
Yxy7.41850.54710.3775
Hunter Lab27.236922.791215.8411
CIE-Lab32.741331.715736.2910

#833513 color RGB value is (131,53,19).

#833513 hex color red value is 131, green value is 53 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #833513 hue: 0.05 , saturation: 0.75 and the lightness value of 833513 is 0.29.

The process color (four color CMYK) of #833513 color hex is 0.00, 0.60, 0.85, 0.49. Web safe color of #833513 is #993300. Color #833513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110101 00010011
Octal 203 65 23
Decimal 131 53 19
Hex 83 35 13

RGB Percentages of Color #833513

%64.53
%26.11
%9.36

CMYK Percentages of Color #833513

%0
%60
%85
%49

Triadic Colors of #833513

#833513 #138335 #351383

Analogous Colors of #833513

#833513 #836d13 #831329

Monochromatic Colors of #833513

#833513

Complementary Color

#833513 #136183

#833513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#833513 Color CSS Codes

.mybgcolor {background-color:#833513; } 
.myforecolor {color:#833513; }
.mybordercolor {border:3px solid #833513; }

#833513 Text Font Color

<p style="color:#833513">Text here</p>

This sample text font color is #833513
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#833513 Background Color

<div style="background-color:#833513">
Div content here</div>

This div background color is #833513


#833513 Border Color

<div style="border:3px solid #833513">
Div here</div>

This div border color is #833513


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,53,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #833513; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #833513;
  -webkit-box-shadow: 1px 1px 3px 2px #833513;
  box-shadow:         1px 1px 3px 2px #833513; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,53,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #833513">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #833513;
  -webkit-box-shadow: 1px 1px 3px 2px #833513;
  box-shadow:         1px 1px 3px 2px #833513;">
Div content here</div>

This div box has shadow with color #833513


Comments

No comments written yet.

Please login to write comment.