Shades of Baker's Chocolate #59360F
Tints of Baker's Chocolate #59360F
RGB
CMYK
RGB Variations
Color information
#59360F (or 0x59360F) is known color: Baker's Chocolate. HEX triplet: 59, 36 and 0F. RGB value is (89,54,15). Sum of RGB (Red+Green+Blue) = 89+54+15=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #59360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59360F is #A6C9F0. Grayscale: #3C3C3C. Windows color (decimal): -10930673 or 996953. OLE color: 996953.
HSL color Cylindrical-coordinate representation of color #59360F: hue angle of 31.62º 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 #59360F is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 54 | 15 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.65 |
| HSL | 31.62º | 0.71% | 0.2% | - |
| HSV(B) | 31.62º | 0.83% | 0.35% | - |
| XYZ | 5.53 | 4.8 | 1.09 | - |
| YUV | 60.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 54 | 15 | 0 | 0.39 | 0.83 | 0.65 | 31.62 | 0.71 | 0.2 |
| Hex | 59 | 36 | F | 0 | 27 | 53 | 41 | 20 | 47 | 14 |
| Octal | 131 | 66 | 17 | 0 | 47 | 123 | 101 | 40 | 107 | 24 |
| Binary | 1011001 | 110110 | 1111 | 0 | 100111 | 1010011 | 1000001 | 100000 | 1000111 | 10100 |
Color Harmonies of #59360F
Complementary color
Monochromatic Colors of #59360F
Black with #59360F
Text Example
Text Example
White with #59360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59360F; }
p { color: rgb(89,54,15); }
H1.HeaderClassName
{
color: #59360F;
}
.AnyTagClassName
{
color: #59360F;
}
</style>
background-color css
<style>
a { background-color: #59360F; }
a { background-color: rgb(89,54,15); }
div.DivClassName
{
background-color: #59360F;
}
.BgClassName
{
background-color: #59360F;
}
</style>
border-color css
<style>
span { border-color: #59360F; }
span { border-color: rgb(89,54,15); }
td.TdClassName
{
border-color: #59360F;
}
.TagClassName
{
border-color: #59360F;
}
</style>