Shades of Baker's Chocolate #59270F
Tints of Baker's Chocolate #59270F
RGB
CMYK
RGB Variations
Color information
#59270F (or 0x59270F) is known color: Baker's Chocolate. HEX triplet: 59, 27 and 0F. RGB value is (89,39,15). Sum of RGB (Red+Green+Blue) = 89+39+15=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #59270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59270F is #A6D8F0. Grayscale: #333333. Windows color (decimal): -10934513 or 993113. OLE color: 993113.
HSL color Cylindrical-coordinate representation of color #59270F: hue angle of 19.46º 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 #59270F is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 39 | 15 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.65 |
| HSL | 19.46º | 0.71% | 0.2% | - |
| HSV(B) | 19.46º | 0.83% | 0.35% | - |
| XYZ | 4.93 | 3.61 | 0.89 | - |
| YUV | 51.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 15 | 0 | 0.56 | 0.83 | 0.65 | 19.46 | 0.71 | 0.2 |
| Hex | 59 | 27 | F | 0 | 38 | 53 | 41 | 13 | 47 | 14 |
| Octal | 131 | 47 | 17 | 0 | 70 | 123 | 101 | 23 | 107 | 24 |
| Binary | 1011001 | 100111 | 1111 | 0 | 111000 | 1010011 | 1000001 | 10011 | 1000111 | 10100 |
Color Harmonies of #59270F
Complementary color
Monochromatic Colors of #59270F
Black with #59270F
Text Example
Text Example
White with #59270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59270F; }
p { color: rgb(89,39,15); }
H1.HeaderClassName
{
color: #59270F;
}
.AnyTagClassName
{
color: #59270F;
}
</style>
background-color css
<style>
a { background-color: #59270F; }
a { background-color: rgb(89,39,15); }
div.DivClassName
{
background-color: #59270F;
}
.BgClassName
{
background-color: #59270F;
}
</style>
border-color css
<style>
span { border-color: #59270F; }
span { border-color: rgb(89,39,15); }
td.TdClassName
{
border-color: #59270F;
}
.TagClassName
{
border-color: #59270F;
}
</style>