Shades of Baker's Chocolate #581F09
Tints of Baker's Chocolate #581F09
RGB
CMYK
RGB Variations
Color information
#581F09 (or 0x581F09) is known color: Baker's Chocolate. HEX triplet: 58, 1F and 09. RGB value is (88,31,9). Sum of RGB (Red+Green+Blue) = 88+31+9=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581F09 is #A7E0F6. Grayscale: #2D2D2D. Windows color (decimal): -11002103 or 597848. OLE color: 597848.
HSL color Cylindrical-coordinate representation of color #581F09: hue angle of 16.71º 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 #581F09 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 31 | 9 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.65 |
| HSL | 16.71º | 0.81% | 0.19% | - |
| HSV(B) | 16.71º | 0.9% | 0.35% | - |
| XYZ | 4.56 | 3.07 | 0.61 | - |
| YUV | 45.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 9 | 0 | 0.65 | 0.90 | 0.65 | 16.71 | 0.81 | 0.19 |
| Hex | 58 | 1F | 9 | 0 | 41 | 5A | 41 | 11 | 51 | 13 |
| Octal | 130 | 37 | 11 | 0 | 101 | 132 | 101 | 21 | 121 | 23 |
| Binary | 1011000 | 11111 | 1001 | 0 | 1000001 | 1011010 | 1000001 | 10001 | 1010001 | 10011 |
Color Harmonies of #581F09
Complementary color
Monochromatic Colors of #581F09
Black with #581F09
Text Example
Text Example
White with #581F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F09; }
p { color: rgb(88,31,9); }
H1.HeaderClassName
{
color: #581F09;
}
.AnyTagClassName
{
color: #581F09;
}
</style>
background-color css
<style>
a { background-color: #581F09; }
a { background-color: rgb(88,31,9); }
div.DivClassName
{
background-color: #581F09;
}
.BgClassName
{
background-color: #581F09;
}
</style>
border-color css
<style>
span { border-color: #581F09; }
span { border-color: rgb(88,31,9); }
td.TdClassName
{
border-color: #581F09;
}
.TagClassName
{
border-color: #581F09;
}
</style>