Shades of Baker's Chocolate #581D05
Tints of Baker's Chocolate #581D05
RGB
CMYK
RGB Variations
Color information
#581D05 (or 0x581D05) is known color: Baker's Chocolate. HEX triplet: 58, 1D and 05. RGB value is (88,29,5). Sum of RGB (Red+Green+Blue) = 88+29+5=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #581D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D05 is #A7E2FA. Grayscale: #2C2C2C. Windows color (decimal): -11002619 or 335192. OLE color: 335192.
HSL color Cylindrical-coordinate representation of color #581D05: hue angle of 17.35º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #581D05 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 29 | 5 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.65 |
| HSL | 17.35º | 0.89% | 0.18% | - |
| HSV(B) | 17.35º | 0.94% | 0.35% | - |
| XYZ | 4.49 | 2.96 | 0.48 | - |
| YUV | 43.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 5 | 0 | 0.67 | 0.94 | 0.65 | 17.35 | 0.89 | 0.18 |
| Hex | 58 | 1D | 5 | 0 | 43 | 5E | 41 | 11 | 59 | 12 |
| Octal | 130 | 35 | 5 | 0 | 103 | 136 | 101 | 21 | 131 | 22 |
| Binary | 1011000 | 11101 | 101 | 0 | 1000011 | 1011110 | 1000001 | 10001 | 1011001 | 10010 |
Color Harmonies of #581D05
Complementary color
Monochromatic Colors of #581D05
Black with #581D05
Text Example
Text Example
White with #581D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D05; }
p { color: rgb(88,29,5); }
H1.HeaderClassName
{
color: #581D05;
}
.AnyTagClassName
{
color: #581D05;
}
</style>
background-color css
<style>
a { background-color: #581D05; }
a { background-color: rgb(88,29,5); }
div.DivClassName
{
background-color: #581D05;
}
.BgClassName
{
background-color: #581D05;
}
</style>
border-color css
<style>
span { border-color: #581D05; }
span { border-color: rgb(88,29,5); }
td.TdClassName
{
border-color: #581D05;
}
.TagClassName
{
border-color: #581D05;
}
</style>