Shades of Baker's Chocolate #583C07
Tints of Baker's Chocolate #583C07
RGB
CMYK
RGB Variations
Color information
#583C07 (or 0x583C07) is known color: Baker's Chocolate. HEX triplet: 58, 3C and 07. RGB value is (88,60,7). Sum of RGB (Red+Green+Blue) = 88+60+7=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #583C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C07 is #A7C3F8. Grayscale: #3E3E3E. Windows color (decimal): -10994681 or 474200. OLE color: 474200.
HSL color Cylindrical-coordinate representation of color #583C07: hue angle of 39.26º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #583C07 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 60 | 7 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.65 |
| HSL | 39.26º | 0.85% | 0.19% | - |
| HSV(B) | 39.26º | 0.92% | 0.35% | - |
| XYZ | 5.68 | 5.32 | 0.93 | - |
| YUV | 62.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 7 | 0 | 0.32 | 0.92 | 0.65 | 39.26 | 0.85 | 0.19 |
| Hex | 58 | 3C | 7 | 0 | 20 | 5C | 41 | 27 | 55 | 13 |
| Octal | 130 | 74 | 7 | 0 | 40 | 134 | 101 | 47 | 125 | 23 |
| Binary | 1011000 | 111100 | 111 | 0 | 100000 | 1011100 | 1000001 | 100111 | 1010101 | 10011 |
Color Harmonies of #583C07
Complementary color
Monochromatic Colors of #583C07
Black with #583C07
Text Example
Text Example
White with #583C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C07; }
p { color: rgb(88,60,7); }
H1.HeaderClassName
{
color: #583C07;
}
.AnyTagClassName
{
color: #583C07;
}
</style>
background-color css
<style>
a { background-color: #583C07; }
a { background-color: rgb(88,60,7); }
div.DivClassName
{
background-color: #583C07;
}
.BgClassName
{
background-color: #583C07;
}
</style>
border-color css
<style>
span { border-color: #583C07; }
span { border-color: rgb(88,60,7); }
td.TdClassName
{
border-color: #583C07;
}
.TagClassName
{
border-color: #583C07;
}
</style>