Shades of Baker's Chocolate #582F09
Tints of Baker's Chocolate #582F09
RGB
CMYK
RGB Variations
Color information
#582F09 (or 0x582F09) is known color: Baker's Chocolate. HEX triplet: 58, 2F and 09. RGB value is (88,47,9). Sum of RGB (Red+Green+Blue) = 88+47+9=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #582F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582F09 is #A7D0F6. Grayscale: #373737. Windows color (decimal): -10998007 or 601944. OLE color: 601944.
HSL color Cylindrical-coordinate representation of color #582F09: hue angle of 28.86º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #582F09 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 47 | 9 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.65 |
| HSL | 28.86º | 0.81% | 0.19% | - |
| HSV(B) | 28.86º | 0.9% | 0.35% | - |
| XYZ | 5.09 | 4.13 | 0.79 | - |
| YUV | 54.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 47 | 9 | 0 | 0.47 | 0.90 | 0.65 | 28.86 | 0.81 | 0.19 |
| Hex | 58 | 2F | 9 | 0 | 2F | 5A | 41 | 1D | 51 | 13 |
| Octal | 130 | 57 | 11 | 0 | 57 | 132 | 101 | 35 | 121 | 23 |
| Binary | 1011000 | 101111 | 1001 | 0 | 101111 | 1011010 | 1000001 | 11101 | 1010001 | 10011 |
Color Harmonies of #582F09
Complementary color
Monochromatic Colors of #582F09
Black with #582F09
Text Example
Text Example
White with #582F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582F09; }
p { color: rgb(88,47,9); }
H1.HeaderClassName
{
color: #582F09;
}
.AnyTagClassName
{
color: #582F09;
}
</style>
background-color css
<style>
a { background-color: #582F09; }
a { background-color: rgb(88,47,9); }
div.DivClassName
{
background-color: #582F09;
}
.BgClassName
{
background-color: #582F09;
}
</style>
border-color css
<style>
span { border-color: #582F09; }
span { border-color: rgb(88,47,9); }
td.TdClassName
{
border-color: #582F09;
}
.TagClassName
{
border-color: #582F09;
}
</style>