Shades of Baker's Chocolate #59250B
Tints of Baker's Chocolate #59250B
RGB
CMYK
RGB Variations
Color information
#59250B (or 0x59250B) is known color: Baker's Chocolate. HEX triplet: 59, 25 and 0B. RGB value is (89,37,11). Sum of RGB (Red+Green+Blue) = 89+37+11=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #59250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59250B is #A6DAF4. Grayscale: #313131. Windows color (decimal): -10935029 or 730457. OLE color: 730457.
HSL color Cylindrical-coordinate representation of color #59250B: hue angle of 20º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59250B is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 37 | 11 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.65 |
| HSL | 20º | 0.78% | 0.2% | - |
| HSV(B) | 20º | 0.88% | 0.35% | - |
| XYZ | 4.84 | 3.47 | 0.73 | - |
| YUV | 49.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 11 | 0 | 0.58 | 0.88 | 0.65 | 20 | 0.78 | 0.2 |
| Hex | 59 | 25 | B | 0 | 3A | 58 | 41 | 14 | 4E | 14 |
| Octal | 131 | 45 | 13 | 0 | 72 | 130 | 101 | 24 | 116 | 24 |
| Binary | 1011001 | 100101 | 1011 | 0 | 111010 | 1011000 | 1000001 | 10100 | 1001110 | 10100 |
Color Harmonies of #59250B
Complementary color
Monochromatic Colors of #59250B
Black with #59250B
Text Example
Text Example
White with #59250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59250B; }
p { color: rgb(89,37,11); }
H1.HeaderClassName
{
color: #59250B;
}
.AnyTagClassName
{
color: #59250B;
}
</style>
background-color css
<style>
a { background-color: #59250B; }
a { background-color: rgb(89,37,11); }
div.DivClassName
{
background-color: #59250B;
}
.BgClassName
{
background-color: #59250B;
}
</style>
border-color css
<style>
span { border-color: #59250B; }
span { border-color: rgb(89,37,11); }
td.TdClassName
{
border-color: #59250B;
}
.TagClassName
{
border-color: #59250B;
}
</style>