Shades of Baker's Chocolate #59260F
Tints of Baker's Chocolate #59260F
RGB
CMYK
RGB Variations
Color information
#59260F (or 0x59260F) is known color: Baker's Chocolate. HEX triplet: 59, 26 and 0F. RGB value is (89,38,15). Sum of RGB (Red+Green+Blue) = 89+38+15=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #59260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59260F is #A6D9F0. Grayscale: #323232. Windows color (decimal): -10934769 or 992857. OLE color: 992857.
HSL color Cylindrical-coordinate representation of color #59260F: hue angle of 18.65º 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 #59260F is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 38 | 15 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.65 |
| HSL | 18.65º | 0.71% | 0.2% | - |
| HSV(B) | 18.65º | 0.83% | 0.35% | - |
| XYZ | 4.9 | 3.54 | 0.88 | - |
| YUV | 50.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 15 | 0 | 0.57 | 0.83 | 0.65 | 18.65 | 0.71 | 0.2 |
| Hex | 59 | 26 | F | 0 | 39 | 53 | 41 | 13 | 47 | 14 |
| Octal | 131 | 46 | 17 | 0 | 71 | 123 | 101 | 23 | 107 | 24 |
| Binary | 1011001 | 100110 | 1111 | 0 | 111001 | 1010011 | 1000001 | 10011 | 1000111 | 10100 |
Color Harmonies of #59260F
Complementary color
Monochromatic Colors of #59260F
Black with #59260F
Text Example
Text Example
White with #59260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59260F; }
p { color: rgb(89,38,15); }
H1.HeaderClassName
{
color: #59260F;
}
.AnyTagClassName
{
color: #59260F;
}
</style>
background-color css
<style>
a { background-color: #59260F; }
a { background-color: rgb(89,38,15); }
div.DivClassName
{
background-color: #59260F;
}
.BgClassName
{
background-color: #59260F;
}
</style>
border-color css
<style>
span { border-color: #59260F; }
span { border-color: rgb(89,38,15); }
td.TdClassName
{
border-color: #59260F;
}
.TagClassName
{
border-color: #59260F;
}
</style>