#59240D

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

Shades of Baker's Chocolate #59240D

Tints of Baker's Chocolate #59240D

Color information

#59240D (or 0x59240D) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 24 and 0D. RGB value is (89,36,13). Sum of RGB (Red+Green+Blue) = 89+36+13=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59240D is #A6DBF2. Grayscale: #313131. Windows color (decimal): -10935283 or 861273. OLE color: 861273.

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

Color convert

RGB893613-
CMYK00.600.850.65
HSL18.16º74.51%20%-
HSV(B)18.16º85.39%34.9%-
XYZ4.823.410.79-
YUV49.22107.56156.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=64.49%
G=26.09%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89361300.600.850.6518.1674.5120
Hex5924D03C5541124b14
Octal13144150741251012211324
Binary1011001100100110101111001010101100000110010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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