#59413B

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

Shades of Very Dark Brown #59413B

Tints of Very Dark Brown #59413B

Color information

#59413B (or 0x59413B) is unknown color: approx Very Dark Brown. HEX triplet: 59, 41 and 3B. RGB value is (89,65,59). Sum of RGB (Red+Green+Blue) = 89+65+59=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #59413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59413B is #A6BEC4. Grayscale: #474747. Windows color (decimal): -10927813 or 3883353. OLE color: 3883353.

HSL color Cylindrical-coordinate representation of color #59413B: hue angle of 12º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59413B is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB896559-
CMYK00.270.340.65
HSL12º20.27%29.02%-
HSV(B)12º33.71%34.9%-
XYZ6.86.224.98-
YUV71.49120.95140.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.78%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=41.78%
G=30.52%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89655900.270.340.651220.2729.02
Hex59413B01B2241c141d
Octal1311017303342101142435
Binary10110011000001111011011011100010100000111001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59413B; }

 p { color: rgb(89,65,59); }

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

<style>
 a { background-color: #59413B; }

 a { background-color: rgb(89,65,59); }

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

<style>
 span { border-color: #59413B; }

 span { border-color: rgb(89,65,59); }

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