Shades of Baker's Chocolate #583F0F
Tints of Baker's Chocolate #583F0F
RGB
CMYK
RGB Variations
Color information
#583F0F (or 0x583F0F) is known color: Baker's Chocolate. HEX triplet: 58, 3F and 0F. RGB value is (88,63,15). Sum of RGB (Red+Green+Blue) = 88+63+15=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #583F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583F0F is #A7C0F0. Grayscale: #414141. Windows color (decimal): -10993905 or 999256. OLE color: 999256.
HSL color Cylindrical-coordinate representation of color #583F0F: hue angle of 39.45º 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 #583F0F is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 63 | 15 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.65 |
| HSL | 39.45º | 0.71% | 0.2% | - |
| HSV(B) | 39.45º | 0.83% | 0.35% | - |
| XYZ | 5.89 | 5.66 | 1.23 | - |
| YUV | 65 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 15 | 0 | 0.28 | 0.83 | 0.65 | 39.45 | 0.71 | 0.2 |
| Hex | 58 | 3F | F | 0 | 1C | 53 | 41 | 27 | 47 | 14 |
| Octal | 130 | 77 | 17 | 0 | 34 | 123 | 101 | 47 | 107 | 24 |
| Binary | 1011000 | 111111 | 1111 | 0 | 11100 | 1010011 | 1000001 | 100111 | 1000111 | 10100 |
Color Harmonies of #583F0F
Complementary color
Monochromatic Colors of #583F0F
Black with #583F0F
Text Example
Text Example
White with #583F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583F0F; }
p { color: rgb(88,63,15); }
H1.HeaderClassName
{
color: #583F0F;
}
.AnyTagClassName
{
color: #583F0F;
}
</style>
background-color css
<style>
a { background-color: #583F0F; }
a { background-color: rgb(88,63,15); }
div.DivClassName
{
background-color: #583F0F;
}
.BgClassName
{
background-color: #583F0F;
}
</style>
border-color css
<style>
span { border-color: #583F0F; }
span { border-color: rgb(88,63,15); }
td.TdClassName
{
border-color: #583F0F;
}
.TagClassName
{
border-color: #583F0F;
}
</style>