#5B4210

Color #5B4210 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #5B4210

Tints of Dark Brown #5B4210

Color information

#5B4210 (or 0x5B4210) is unknown color: approx Dark Brown. HEX triplet: 5B, 42 and 10. RGB value is (91,66,16). Sum of RGB (Red+Green+Blue) = 91+66+16=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4210 is #A4BDEF. Grayscale: #444444. Windows color (decimal): -10796528 or 1065563. OLE color: 1065563.

HSL color Cylindrical-coordinate representation of color #5B4210: hue angle of 40º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B4210 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB916616-
CMYK00.270.820.64
HSL40º70.09%20.98%-
HSV(B)40º82.42%35.69%-
XYZ6.366.161.34-
YUV67.7798.78144.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=52.60%
G=38.15%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91661600.270.820.644070.0920.98
Hex5B421001B5240284615
Octal133102200331221005010625
Binary101101110000101000001101110100101000000101000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B4210; }

 p { color: rgb(91,66,16); }

 H1.HeaderClassName
 {
   color: #5B4210;
 }
 .AnyTagClassName
 {
   color: #5B4210;
 }
</style>
background-color css

<style>
 a { background-color: #5B4210; }

 a { background-color: rgb(91,66,16); }

 div.DivClassName
 {
   background-color: #5B4210;
 }
 .BgClassName
 {
   background-color: #5B4210;
 }
</style>
border-color css

<style>
 span { border-color: #5B4210; }

 span { border-color: rgb(91,66,16); }

 td.TdClassName
 {
   border-color: #5B4210;
 }
 .TagClassName
 {
   border-color: #5B4210;
 }
</style>