Shades of Baker's Chocolate #583A10
Tints of Baker's Chocolate #583A10
RGB
CMYK
RGB Variations
Color information
#583A10 (or 0x583A10) is known color: Baker's Chocolate. HEX triplet: 58, 3A and 10. RGB value is (88,58,16). Sum of RGB (Red+Green+Blue) = 88+58+16=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #583A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583A10 is #A7C5EF. Grayscale: #3E3E3E. Windows color (decimal): -10995184 or 1063512. OLE color: 1063512.
HSL color Cylindrical-coordinate representation of color #583A10: hue angle of 35º 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 #583A10 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 58 | 16 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.65 |
| HSL | 35º | 0.69% | 0.2% | - |
| HSV(B) | 35º | 0.82% | 0.35% | - |
| XYZ | 5.63 | 5.14 | 1.19 | - |
| YUV | 62.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 58 | 16 | 0 | 0.34 | 0.82 | 0.65 | 35 | 0.69 | 0.2 |
| Hex | 58 | 3A | 10 | 0 | 22 | 52 | 41 | 23 | 45 | 14 |
| Octal | 130 | 72 | 20 | 0 | 42 | 122 | 101 | 43 | 105 | 24 |
| Binary | 1011000 | 111010 | 10000 | 0 | 100010 | 1010010 | 1000001 | 100011 | 1000101 | 10100 |
Color Harmonies of #583A10
Complementary color
Monochromatic Colors of #583A10
Black with #583A10
Text Example
Text Example
White with #583A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583A10; }
p { color: rgb(88,58,16); }
H1.HeaderClassName
{
color: #583A10;
}
.AnyTagClassName
{
color: #583A10;
}
</style>
background-color css
<style>
a { background-color: #583A10; }
a { background-color: rgb(88,58,16); }
div.DivClassName
{
background-color: #583A10;
}
.BgClassName
{
background-color: #583A10;
}
</style>
border-color css
<style>
span { border-color: #583A10; }
span { border-color: rgb(88,58,16); }
td.TdClassName
{
border-color: #583A10;
}
.TagClassName
{
border-color: #583A10;
}
</style>