#59351C

Color #59351C Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #59351C

Tints of Baker's Chocolate #59351C

Color information

#59351C (or 0x59351C) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 35 and 1C. RGB value is (89,53,28). Sum of RGB (Red+Green+Blue) = 89+53+28=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59351C is #A6CAE3. Grayscale: #3D3D3D. Windows color (decimal): -10930916 or 1848665. OLE color: 1848665.

HSL color Cylindrical-coordinate representation of color #59351C: hue angle of 24.59º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59351C is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB895328-
CMYK00.400.690.65
HSL24.59º52.14%22.94%-
HSV(B)24.59º68.54%34.9%-
XYZ5.64.751.72-
YUV60.91109.43148.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.35%
GREEN value IS 53 (21.09% from 255) = 31.18%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=52.35%
G=31.18%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89532800.400.690.6524.5952.1422.94
Hex59351C0284541193417
Octal1316534050105101316427
Binary1011001110101111000101000100010110000011100111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,53,28); }

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

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

 a { background-color: rgb(89,53,28); }

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

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

 span { border-color: rgb(89,53,28); }

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