#59240F

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

Shades of Baker's Chocolate #59240F

Tints of Baker's Chocolate #59240F

Color information

#59240F (or 0x59240F) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 24 and 0F. RGB value is (89,36,15). Sum of RGB (Red+Green+Blue) = 89+36+15=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #59240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59240F is #A6DBF0. Grayscale: #313131. Windows color (decimal): -10935281 or 992345. OLE color: 992345.

HSL color Cylindrical-coordinate representation of color #59240F: hue angle of 17.03º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59240F is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB893615-
CMYK00.600.830.65
HSL17.03º71.15%20.39%-
HSV(B)17.03º83.15%34.9%-
XYZ4.843.420.86-
YUV49.45108.56156.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.57%
GREEN value IS 36 (14.45% from 255) = 25.71%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=63.57%
G=25.71%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89361500.600.830.6517.0371.1520.39
Hex5924F03C5341114714
Octal13144170741231012110724
Binary1011001100100111101111001010011100000110001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59240F; }

 p { color: rgb(89,36,15); }

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

<style>
 a { background-color: #59240F; }

 a { background-color: rgb(89,36,15); }

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

<style>
 span { border-color: #59240F; }

 span { border-color: rgb(89,36,15); }

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