#59240A

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

Shades of Baker's Chocolate #59240A

Tints of Baker's Chocolate #59240A

Color information

#59240A (or 0x59240A) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 24 and 0A. RGB value is (89,36,10). Sum of RGB (Red+Green+Blue) = 89+36+10=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59240A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59240A is #A6DBF5. Grayscale: #313131. Windows color (decimal): -10935286 or 664665. OLE color: 664665.

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

Color convert

RGB893610-
CMYK00.600.890.65
HSL19.75º79.8%19.41%-
HSV(B)19.75º88.76%34.9%-
XYZ4.813.410.69-
YUV48.88106.06156.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.93%
GREEN value IS 36 (14.45% from 255) = 26.67%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=65.93%
G=26.67%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89361000.600.890.6519.7579.819.41
Hex5924A03C5941145013
Octal13144120741311012412023
Binary1011001100100101001111001011001100000110100101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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