Shades of Baker's Chocolate #581D00
Tints of Baker's Chocolate #581D00
RGB
CMYK
RGB Variations
Color information
#581D00 (or 0x581D00) is known color: Baker's Chocolate. HEX triplet: 58, 1D and 00. RGB value is (88,29,0). Sum of RGB (Red+Green+Blue) = 88+29+0=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #581D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D00 is #A7E2FF. Grayscale: #2B2B2B. Windows color (decimal): -11002624 or 7512. OLE color: 7512.
HSL color Cylindrical-coordinate representation of color #581D00: hue angle of 19.77º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #581D00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 29 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.65 |
| HSL | 19.77º | 1% | 0.17% | - |
| HSV(B) | 19.77º | 1% | 0.35% | - |
| XYZ | 4.46 | 2.95 | 0.33 | - |
| YUV | 43.34 | 103.55 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 0 | 0 | 0.67 | 1 | 0.65 | 19.77 | 1 | 0.17 |
| Hex | 58 | 1D | 0 | 0 | 43 | 64 | 41 | 14 | 64 | 11 |
| Octal | 130 | 35 | 0 | 0 | 103 | 144 | 101 | 24 | 144 | 21 |
| Binary | 1011000 | 11101 | 0 | 0 | 1000011 | 1100100 | 1000001 | 10100 | 1100100 | 10001 |
Color Harmonies of #581D00
Complementary color
Monochromatic Colors of #581D00
Black with #581D00
Text Example
Text Example
White with #581D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D00; }
p { color: rgb(88,29,0); }
H1.HeaderClassName
{
color: #581D00;
}
.AnyTagClassName
{
color: #581D00;
}
</style>
background-color css
<style>
a { background-color: #581D00; }
a { background-color: rgb(88,29,0); }
div.DivClassName
{
background-color: #581D00;
}
.BgClassName
{
background-color: #581D00;
}
</style>
border-color css
<style>
span { border-color: #581D00; }
span { border-color: rgb(88,29,0); }
td.TdClassName
{
border-color: #581D00;
}
.TagClassName
{
border-color: #581D00;
}
</style>