Shades of Baker's Chocolate #581F04
Tints of Baker's Chocolate #581F04
RGB
CMYK
RGB Variations
Color information
#581F04 (or 0x581F04) is known color: Baker's Chocolate. HEX triplet: 58, 1F and 04. RGB value is (88,31,4). Sum of RGB (Red+Green+Blue) = 88+31+4=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #581F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581F04 is #A7E0FB. Grayscale: #2D2D2D. Windows color (decimal): -11002108 or 270168. OLE color: 270168.
HSL color Cylindrical-coordinate representation of color #581F04: hue angle of 19.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #581F04 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 31 | 4 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.65 |
| HSL | 19.29º | 0.91% | 0.18% | - |
| HSV(B) | 19.29º | 0.95% | 0.35% | - |
| XYZ | 4.54 | 3.06 | 0.47 | - |
| YUV | 44.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 4 | 0 | 0.65 | 0.95 | 0.65 | 19.29 | 0.91 | 0.18 |
| Hex | 58 | 1F | 4 | 0 | 41 | 5F | 41 | 13 | 5B | 12 |
| Octal | 130 | 37 | 4 | 0 | 101 | 137 | 101 | 23 | 133 | 22 |
| Binary | 1011000 | 11111 | 100 | 0 | 1000001 | 1011111 | 1000001 | 10011 | 1011011 | 10010 |
Color Harmonies of #581F04
Complementary color
Monochromatic Colors of #581F04
Black with #581F04
Text Example
Text Example
White with #581F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F04; }
p { color: rgb(88,31,4); }
H1.HeaderClassName
{
color: #581F04;
}
.AnyTagClassName
{
color: #581F04;
}
</style>
background-color css
<style>
a { background-color: #581F04; }
a { background-color: rgb(88,31,4); }
div.DivClassName
{
background-color: #581F04;
}
.BgClassName
{
background-color: #581F04;
}
</style>
border-color css
<style>
span { border-color: #581F04; }
span { border-color: rgb(88,31,4); }
td.TdClassName
{
border-color: #581F04;
}
.TagClassName
{
border-color: #581F04;
}
</style>