Shades of Baker's Chocolate #583B0F
Tints of Baker's Chocolate #583B0F
RGB
CMYK
RGB Variations
Color information
#583B0F (or 0x583B0F) is known color: Baker's Chocolate. HEX triplet: 58, 3B and 0F. RGB value is (88,59,15). Sum of RGB (Red+Green+Blue) = 88+59+15=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #583B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583B0F is #A7C4F0. Grayscale: #3E3E3E. Windows color (decimal): -10994929 or 998232. OLE color: 998232.
HSL color Cylindrical-coordinate representation of color #583B0F: hue angle of 36.16º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #583B0F is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 59 | 15 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.65 |
| HSL | 36.16º | 0.71% | 0.2% | - |
| HSV(B) | 36.16º | 0.83% | 0.35% | - |
| XYZ | 5.67 | 5.24 | 1.16 | - |
| YUV | 62.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 59 | 15 | 0 | 0.33 | 0.83 | 0.65 | 36.16 | 0.71 | 0.2 |
| Hex | 58 | 3B | F | 0 | 21 | 53 | 41 | 24 | 47 | 14 |
| Octal | 130 | 73 | 17 | 0 | 41 | 123 | 101 | 44 | 107 | 24 |
| Binary | 1011000 | 111011 | 1111 | 0 | 100001 | 1010011 | 1000001 | 100100 | 1000111 | 10100 |
Color Harmonies of #583B0F
Complementary color
Monochromatic Colors of #583B0F
Black with #583B0F
Text Example
Text Example
White with #583B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583B0F; }
p { color: rgb(88,59,15); }
H1.HeaderClassName
{
color: #583B0F;
}
.AnyTagClassName
{
color: #583B0F;
}
</style>
background-color css
<style>
a { background-color: #583B0F; }
a { background-color: rgb(88,59,15); }
div.DivClassName
{
background-color: #583B0F;
}
.BgClassName
{
background-color: #583B0F;
}
</style>
border-color css
<style>
span { border-color: #583B0F; }
span { border-color: rgb(88,59,15); }
td.TdClassName
{
border-color: #583B0F;
}
.TagClassName
{
border-color: #583B0F;
}
</style>