Shades of Baker's Chocolate #5D2604
Tints of Baker's Chocolate #5D2604
RGB
CMYK
RGB Variations
Color information
#5D2604 (or 0x5D2604) is known color: Baker's Chocolate. HEX triplet: 5D, 26 and 04. RGB value is (93,38,4). Sum of RGB (Red+Green+Blue) = 93+38+4=135 (17% of max value = 765). Red value is 93 (36.72% from 255 or 68.89% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2604 is #A2D9FB. Grayscale: #323232. Windows color (decimal): -10672636 or 271965. OLE color: 271965.
HSL color Cylindrical-coordinate representation of color #5D2604: hue angle of 22.92º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D2604 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 38 | 4 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.64 |
| HSL | 22.92º | 0.92% | 0.19% | - |
| HSV(B) | 22.92º | 0.96% | 0.36% | - |
| XYZ | 5.23 | 3.72 | 0.56 | - |
| YUV | 50.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 4 | 0 | 0.59 | 0.96 | 0.64 | 22.92 | 0.92 | 0.19 |
| Hex | 5D | 26 | 4 | 0 | 3B | 60 | 40 | 17 | 5C | 13 |
| Octal | 135 | 46 | 4 | 0 | 73 | 140 | 100 | 27 | 134 | 23 |
| Binary | 1011101 | 100110 | 100 | 0 | 111011 | 1100000 | 1000000 | 10111 | 1011100 | 10011 |
Color Harmonies of #5D2604
Complementary color
Monochromatic Colors of #5D2604
Black with #5D2604
Text Example
Text Example
White with #5D2604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2604; }
p { color: rgb(93,38,4); }
H1.HeaderClassName
{
color: #5D2604;
}
.AnyTagClassName
{
color: #5D2604;
}
</style>
background-color css
<style>
a { background-color: #5D2604; }
a { background-color: rgb(93,38,4); }
div.DivClassName
{
background-color: #5D2604;
}
.BgClassName
{
background-color: #5D2604;
}
</style>
border-color css
<style>
span { border-color: #5D2604; }
span { border-color: rgb(93,38,4); }
td.TdClassName
{
border-color: #5D2604;
}
.TagClassName
{
border-color: #5D2604;
}
</style>