Shades of Baker's Chocolate #583C14
Tints of Baker's Chocolate #583C14
RGB
CMYK
RGB Variations
Color information
#583C14 (or 0x583C14) is known color: Baker's Chocolate. HEX triplet: 58, 3C and 14. RGB value is (88,60,20). Sum of RGB (Red+Green+Blue) = 88+60+20=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #583C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C14 is #A7C3EB. Grayscale: #404040. Windows color (decimal): -10994668 or 1326168. OLE color: 1326168.
HSL color Cylindrical-coordinate representation of color #583C14: hue angle of 35.29º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #583C14 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 60 | 20 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.65 |
| HSL | 35.29º | 0.63% | 0.21% | - |
| HSV(B) | 35.29º | 0.77% | 0.35% | - |
| XYZ | 5.77 | 5.36 | 1.39 | - |
| YUV | 63.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 20 | 0 | 0.32 | 0.77 | 0.65 | 35.29 | 0.63 | 0.21 |
| Hex | 58 | 3C | 14 | 0 | 20 | 4D | 41 | 23 | 3F | 15 |
| Octal | 130 | 74 | 24 | 0 | 40 | 115 | 101 | 43 | 77 | 25 |
| Binary | 1011000 | 111100 | 10100 | 0 | 100000 | 1001101 | 1000001 | 100011 | 111111 | 10101 |
Color Harmonies of #583C14
Complementary color
Monochromatic Colors of #583C14
Black with #583C14
Text Example
Text Example
White with #583C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C14; }
p { color: rgb(88,60,20); }
H1.HeaderClassName
{
color: #583C14;
}
.AnyTagClassName
{
color: #583C14;
}
</style>
background-color css
<style>
a { background-color: #583C14; }
a { background-color: rgb(88,60,20); }
div.DivClassName
{
background-color: #583C14;
}
.BgClassName
{
background-color: #583C14;
}
</style>
border-color css
<style>
span { border-color: #583C14; }
span { border-color: rgb(88,60,20); }
td.TdClassName
{
border-color: #583C14;
}
.TagClassName
{
border-color: #583C14;
}
</style>