Shades of Baker's Chocolate #59230F
Tints of Baker's Chocolate #59230F
RGB
CMYK
RGB Variations
Color information
#59230F (or 0x59230F) is known color: Baker's Chocolate. HEX triplet: 59, 23 and 0F. RGB value is (89,35,15). Sum of RGB (Red+Green+Blue) = 89+35+15=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59230F is #A6DCF0. Grayscale: #303030. Windows color (decimal): -10935537 or 992089. OLE color: 992089.
HSL color Cylindrical-coordinate representation of color #59230F: hue angle of 16.22º 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 #59230F is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 35 | 15 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.65 |
| HSL | 16.22º | 0.71% | 0.2% | - |
| HSV(B) | 16.22º | 0.83% | 0.35% | - |
| XYZ | 4.81 | 3.36 | 0.85 | - |
| YUV | 48.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 15 | 0 | 0.61 | 0.83 | 0.65 | 16.22 | 0.71 | 0.2 |
| Hex | 59 | 23 | F | 0 | 3D | 53 | 41 | 10 | 47 | 14 |
| Octal | 131 | 43 | 17 | 0 | 75 | 123 | 101 | 20 | 107 | 24 |
| Binary | 1011001 | 100011 | 1111 | 0 | 111101 | 1010011 | 1000001 | 10000 | 1000111 | 10100 |
Color Harmonies of #59230F
Complementary color
Monochromatic Colors of #59230F
Black with #59230F
Text Example
Text Example
White with #59230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59230F; }
p { color: rgb(89,35,15); }
H1.HeaderClassName
{
color: #59230F;
}
.AnyTagClassName
{
color: #59230F;
}
</style>
background-color css
<style>
a { background-color: #59230F; }
a { background-color: rgb(89,35,15); }
div.DivClassName
{
background-color: #59230F;
}
.BgClassName
{
background-color: #59230F;
}
</style>
border-color css
<style>
span { border-color: #59230F; }
span { border-color: rgb(89,35,15); }
td.TdClassName
{
border-color: #59230F;
}
.TagClassName
{
border-color: #59230F;
}
</style>