Shades of Baker's Chocolate #5D2304
Tints of Baker's Chocolate #5D2304
RGB
CMYK
RGB Variations
Color information
#5D2304 (or 0x5D2304) is known color: Baker's Chocolate. HEX triplet: 5D, 23 and 04. RGB value is (93,35,4). Sum of RGB (Red+Green+Blue) = 93+35+4=132 (17% of max value = 765). Red value is 93 (36.72% from 255 or 70.45% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2304 is #A2DCFB. Grayscale: #303030. Windows color (decimal): -10673404 or 271197. OLE color: 271197.
HSL color Cylindrical-coordinate representation of color #5D2304: hue angle of 20.9º 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 #5D2304 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 35 | 4 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.64 |
| HSL | 20.9º | 0.92% | 0.19% | - |
| HSV(B) | 20.9º | 0.96% | 0.36% | - |
| XYZ | 5.14 | 3.54 | 0.53 | - |
| YUV | 48.81 | 102.72 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 4 | 0 | 0.62 | 0.96 | 0.64 | 20.9 | 0.92 | 0.19 |
| Hex | 5D | 23 | 4 | 0 | 3E | 60 | 40 | 15 | 5C | 13 |
| Octal | 135 | 43 | 4 | 0 | 76 | 140 | 100 | 25 | 134 | 23 |
| Binary | 1011101 | 100011 | 100 | 0 | 111110 | 1100000 | 1000000 | 10101 | 1011100 | 10011 |
Color Harmonies of #5D2304
Complementary color
Monochromatic Colors of #5D2304
Black with #5D2304
Text Example
Text Example
White with #5D2304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2304; }
p { color: rgb(93,35,4); }
H1.HeaderClassName
{
color: #5D2304;
}
.AnyTagClassName
{
color: #5D2304;
}
</style>
background-color css
<style>
a { background-color: #5D2304; }
a { background-color: rgb(93,35,4); }
div.DivClassName
{
background-color: #5D2304;
}
.BgClassName
{
background-color: #5D2304;
}
</style>
border-color css
<style>
span { border-color: #5D2304; }
span { border-color: rgb(93,35,4); }
td.TdClassName
{
border-color: #5D2304;
}
.TagClassName
{
border-color: #5D2304;
}
</style>