Shades of Baker's Chocolate #583B01
Tints of Baker's Chocolate #583B01
RGB
CMYK
RGB Variations
Color information
#583B01 (or 0x583B01) is known color: Baker's Chocolate. HEX triplet: 58, 3B and 01. RGB value is (88,59,1). Sum of RGB (Red+Green+Blue) = 88+59+1=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #583B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583B01 is #A7C4FE. Grayscale: #3D3D3D. Windows color (decimal): -10994943 or 80728. OLE color: 80728.
HSL color Cylindrical-coordinate representation of color #583B01: hue angle of 40º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #583B01 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 59 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.65 |
| HSL | 40º | 0.98% | 0.17% | - |
| HSV(B) | 40º | 0.99% | 0.35% | - |
| XYZ | 5.59 | 5.2 | 0.74 | - |
| YUV | 61.06 | 94.11 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 59 | 1 | 0 | 0.33 | 0.99 | 0.65 | 40 | 0.98 | 0.17 |
| Hex | 58 | 3B | 1 | 0 | 21 | 63 | 41 | 28 | 62 | 11 |
| Octal | 130 | 73 | 1 | 0 | 41 | 143 | 101 | 50 | 142 | 21 |
| Binary | 1011000 | 111011 | 1 | 0 | 100001 | 1100011 | 1000001 | 101000 | 1100010 | 10001 |
Color Harmonies of #583B01
Complementary color
Monochromatic Colors of #583B01
Black with #583B01
Text Example
Text Example
White with #583B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583B01; }
p { color: rgb(88,59,1); }
H1.HeaderClassName
{
color: #583B01;
}
.AnyTagClassName
{
color: #583B01;
}
</style>
background-color css
<style>
a { background-color: #583B01; }
a { background-color: rgb(88,59,1); }
div.DivClassName
{
background-color: #583B01;
}
.BgClassName
{
background-color: #583B01;
}
</style>
border-color css
<style>
span { border-color: #583B01; }
span { border-color: rgb(88,59,1); }
td.TdClassName
{
border-color: #583B01;
}
.TagClassName
{
border-color: #583B01;
}
</style>