#59240E

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

Shades of Baker's Chocolate #59240E

Tints of Baker's Chocolate #59240E

Color information

#59240E (or 0x59240E) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 24 and 0E. RGB value is (89,36,14). Sum of RGB (Red+Green+Blue) = 89+36+14=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59240E is #A6DBF1. Grayscale: #313131. Windows color (decimal): -10935282 or 926809. OLE color: 926809.

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

Color convert

RGB893614-
CMYK00.600.840.65
HSL17.6º72.82%20.2%-
HSV(B)17.6º84.27%34.9%-
XYZ4.833.420.82-
YUV49.34108.06156.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=64.03%
G=25.90%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89361400.600.840.6517.672.8220.2
Hex5924E03C5441124914
Octal13144160741241012211124
Binary1011001100100111001111001010100100000110010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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