Shades of Baker's Chocolate #583C0D
Tints of Baker's Chocolate #583C0D
RGB
CMYK
RGB Variations
Color information
#583C0D (or 0x583C0D) is known color: Baker's Chocolate. HEX triplet: 58, 3C and 0D. RGB value is (88,60,13). Sum of RGB (Red+Green+Blue) = 88+60+13=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #583C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C0D is #A7C3F2. Grayscale: #3F3F3F. Windows color (decimal): -10994675 or 867416. OLE color: 867416.
HSL color Cylindrical-coordinate representation of color #583C0D: hue angle of 37.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #583C0D is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 60 | 13 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.65 |
| HSL | 37.6º | 0.74% | 0.2% | - |
| HSV(B) | 37.6º | 0.85% | 0.35% | - |
| XYZ | 5.71 | 5.34 | 1.11 | - |
| YUV | 63.01 | 99.78 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 13 | 0 | 0.32 | 0.85 | 0.65 | 37.6 | 0.74 | 0.2 |
| Hex | 58 | 3C | D | 0 | 20 | 55 | 41 | 26 | 4A | 14 |
| Octal | 130 | 74 | 15 | 0 | 40 | 125 | 101 | 46 | 112 | 24 |
| Binary | 1011000 | 111100 | 1101 | 0 | 100000 | 1010101 | 1000001 | 100110 | 1001010 | 10100 |
Color Harmonies of #583C0D
Complementary color
Monochromatic Colors of #583C0D
Black with #583C0D
Text Example
Text Example
White with #583C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C0D; }
p { color: rgb(88,60,13); }
H1.HeaderClassName
{
color: #583C0D;
}
.AnyTagClassName
{
color: #583C0D;
}
</style>
background-color css
<style>
a { background-color: #583C0D; }
a { background-color: rgb(88,60,13); }
div.DivClassName
{
background-color: #583C0D;
}
.BgClassName
{
background-color: #583C0D;
}
</style>
border-color css
<style>
span { border-color: #583C0D; }
span { border-color: rgb(88,60,13); }
td.TdClassName
{
border-color: #583C0D;
}
.TagClassName
{
border-color: #583C0D;
}
</style>