Shades of Baker's Chocolate #581900
Tints of Baker's Chocolate #581900
RGB
CMYK
RGB Variations
Color information
#581900 (or 0x581900) is known color: Baker's Chocolate. HEX triplet: 58, 19 and 00. RGB value is (88,25,0). Sum of RGB (Red+Green+Blue) = 88+25+0=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #581900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581900 is #A7E6FF. Grayscale: #292929. Windows color (decimal): -11003648 or 6488. OLE color: 6488.
HSL color Cylindrical-coordinate representation of color #581900: hue angle of 17.05º 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 #581900 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.65 |
| HSL | 17.05º | 1% | 0.17% | - |
| HSV(B) | 17.05º | 1% | 0.35% | - |
| XYZ | 4.37 | 2.77 | 0.3 | - |
| YUV | 40.99 | 104.87 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 0 | 0 | 0.72 | 1 | 0.65 | 17.05 | 1 | 0.17 |
| Hex | 58 | 19 | 0 | 0 | 48 | 64 | 41 | 11 | 64 | 11 |
| Octal | 130 | 31 | 0 | 0 | 110 | 144 | 101 | 21 | 144 | 21 |
| Binary | 1011000 | 11001 | 0 | 0 | 1001000 | 1100100 | 1000001 | 10001 | 1100100 | 10001 |
Color Harmonies of #581900
Complementary color
Monochromatic Colors of #581900
Black with #581900
Text Example
Text Example
White with #581900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581900; }
p { color: rgb(88,25,0); }
H1.HeaderClassName
{
color: #581900;
}
.AnyTagClassName
{
color: #581900;
}
</style>
background-color css
<style>
a { background-color: #581900; }
a { background-color: rgb(88,25,0); }
div.DivClassName
{
background-color: #581900;
}
.BgClassName
{
background-color: #581900;
}
</style>
border-color css
<style>
span { border-color: #581900; }
span { border-color: rgb(88,25,0); }
td.TdClassName
{
border-color: #581900;
}
.TagClassName
{
border-color: #581900;
}
</style>