#59423C

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

Shades of Very Dark Brown #59423C

Tints of Very Dark Brown #59423C

Color information

#59423C (or 0x59423C) is unknown color: approx Very Dark Brown. HEX triplet: 59, 42 and 3C. RGB value is (89,66,60). Sum of RGB (Red+Green+Blue) = 89+66+60=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #59423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59423C is #A6BDC3. Grayscale: #484848. Windows color (decimal): -10927556 or 3949145. OLE color: 3949145.

HSL color Cylindrical-coordinate representation of color #59423C: hue angle of 12.41º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59423C is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB896660-
CMYK00.260.330.65
HSL12.41º19.46%29.22%-
HSV(B)12.41º32.58%34.9%-
XYZ6.886.355.14-
YUV72.19121.12139.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.40%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 60 (23.83% from 255) = 27.91%
R=41.40%
G=30.70%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89666000.260.330.6512.4119.4629.22
Hex59423C01A2141c131d
Octal1311027403241101142335
Binary10110011000010111100011010100001100000111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59423C; }

 p { color: rgb(89,66,60); }

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

<style>
 a { background-color: #59423C; }

 a { background-color: rgb(89,66,60); }

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

<style>
 span { border-color: #59423C; }

 span { border-color: rgb(89,66,60); }

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