Shades of Baker's Chocolate #583B00
Tints of Baker's Chocolate #583B00
RGB
CMYK
RGB Variations
Color information
#583B00 (or 0x583B00) is known color: Baker's Chocolate. HEX triplet: 58, 3B and 00. RGB value is (88,59,0). Sum of RGB (Red+Green+Blue) = 88+59+0=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #583B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583B00 is #A7C4FF. Grayscale: #3D3D3D. Windows color (decimal): -10994944 or 15192. OLE color: 15192.
HSL color Cylindrical-coordinate representation of color #583B00: hue angle of 40.23º 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 #583B00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 59 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.65 |
| HSL | 40.23º | 1% | 0.17% | - |
| HSV(B) | 40.23º | 1% | 0.35% | - |
| XYZ | 5.59 | 5.2 | 0.71 | - |
| YUV | 60.95 | 93.61 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 59 | 0 | 0 | 0.33 | 1 | 0.65 | 40.23 | 1 | 0.17 |
| Hex | 58 | 3B | 0 | 0 | 21 | 64 | 41 | 28 | 64 | 11 |
| Octal | 130 | 73 | 0 | 0 | 41 | 144 | 101 | 50 | 144 | 21 |
| Binary | 1011000 | 111011 | 0 | 0 | 100001 | 1100100 | 1000001 | 101000 | 1100100 | 10001 |
Color Harmonies of #583B00
Complementary color
Monochromatic Colors of #583B00
Black with #583B00
Text Example
Text Example
White with #583B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583B00; }
p { color: rgb(88,59,0); }
H1.HeaderClassName
{
color: #583B00;
}
.AnyTagClassName
{
color: #583B00;
}
</style>
background-color css
<style>
a { background-color: #583B00; }
a { background-color: rgb(88,59,0); }
div.DivClassName
{
background-color: #583B00;
}
.BgClassName
{
background-color: #583B00;
}
</style>
border-color css
<style>
span { border-color: #583B00; }
span { border-color: rgb(88,59,0); }
td.TdClassName
{
border-color: #583B00;
}
.TagClassName
{
border-color: #583B00;
}
</style>