Shades of Baker's Chocolate #583C10
Tints of Baker's Chocolate #583C10
RGB
CMYK
RGB Variations
Color information
#583C10 (or 0x583C10) is known color: Baker's Chocolate. HEX triplet: 58, 3C and 10. RGB value is (88,60,16). Sum of RGB (Red+Green+Blue) = 88+60+16=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #583C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C10 is #A7C3EF. Grayscale: #3F3F3F. Windows color (decimal): -10994672 or 1064024. OLE color: 1064024.
HSL color Cylindrical-coordinate representation of color #583C10: hue angle of 36.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #583C10 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 60 | 16 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.65 |
| HSL | 36.67º | 0.69% | 0.2% | - |
| HSV(B) | 36.67º | 0.82% | 0.35% | - |
| XYZ | 5.73 | 5.34 | 1.22 | - |
| YUV | 63.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 16 | 0 | 0.32 | 0.82 | 0.65 | 36.67 | 0.69 | 0.2 |
| Hex | 58 | 3C | 10 | 0 | 20 | 52 | 41 | 25 | 45 | 14 |
| Octal | 130 | 74 | 20 | 0 | 40 | 122 | 101 | 45 | 105 | 24 |
| Binary | 1011000 | 111100 | 10000 | 0 | 100000 | 1010010 | 1000001 | 100101 | 1000101 | 10100 |
Color Harmonies of #583C10
Complementary color
Monochromatic Colors of #583C10
Black with #583C10
Text Example
Text Example
White with #583C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C10; }
p { color: rgb(88,60,16); }
H1.HeaderClassName
{
color: #583C10;
}
.AnyTagClassName
{
color: #583C10;
}
</style>
background-color css
<style>
a { background-color: #583C10; }
a { background-color: rgb(88,60,16); }
div.DivClassName
{
background-color: #583C10;
}
.BgClassName
{
background-color: #583C10;
}
</style>
border-color css
<style>
span { border-color: #583C10; }
span { border-color: rgb(88,60,16); }
td.TdClassName
{
border-color: #583C10;
}
.TagClassName
{
border-color: #583C10;
}
</style>