Shades of Baker's Chocolate #583C06
Tints of Baker's Chocolate #583C06
RGB
CMYK
RGB Variations
Color information
#583C06 (or 0x583C06) is known color: Baker's Chocolate. HEX triplet: 58, 3C and 06. RGB value is (88,60,6). Sum of RGB (Red+Green+Blue) = 88+60+6=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #583C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C06 is #A7C3F9. Grayscale: #3E3E3E. Windows color (decimal): -10994682 or 408664. OLE color: 408664.
HSL color Cylindrical-coordinate representation of color #583C06: hue angle of 39.51º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #583C06 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 60 | 6 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.65 |
| HSL | 39.51º | 0.87% | 0.18% | - |
| HSV(B) | 39.51º | 0.93% | 0.35% | - |
| XYZ | 5.67 | 5.32 | 0.9 | - |
| YUV | 62.22 | 96.28 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 6 | 0 | 0.32 | 0.93 | 0.65 | 39.51 | 0.87 | 0.18 |
| Hex | 58 | 3C | 6 | 0 | 20 | 5D | 41 | 28 | 57 | 12 |
| Octal | 130 | 74 | 6 | 0 | 40 | 135 | 101 | 50 | 127 | 22 |
| Binary | 1011000 | 111100 | 110 | 0 | 100000 | 1011101 | 1000001 | 101000 | 1010111 | 10010 |
Color Harmonies of #583C06
Complementary color
Monochromatic Colors of #583C06
Black with #583C06
Text Example
Text Example
White with #583C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C06; }
p { color: rgb(88,60,6); }
H1.HeaderClassName
{
color: #583C06;
}
.AnyTagClassName
{
color: #583C06;
}
</style>
background-color css
<style>
a { background-color: #583C06; }
a { background-color: rgb(88,60,6); }
div.DivClassName
{
background-color: #583C06;
}
.BgClassName
{
background-color: #583C06;
}
</style>
border-color css
<style>
span { border-color: #583C06; }
span { border-color: rgb(88,60,6); }
td.TdClassName
{
border-color: #583C06;
}
.TagClassName
{
border-color: #583C06;
}
</style>