Shades of Baker's Chocolate #5E2704
Tints of Baker's Chocolate #5E2704
RGB
CMYK
RGB Variations
Color information
#5E2704 (or 0x5E2704) is known color: Baker's Chocolate. HEX triplet: 5E, 27 and 04. RGB value is (94,39,4). Sum of RGB (Red+Green+Blue) = 94+39+4=137 (18% of max value = 765). Red value is 94 (37.11% from 255 or 68.61% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2704 is #A1D8FB. Grayscale: #333333. Windows color (decimal): -10606844 or 272222. OLE color: 272222.
HSL color Cylindrical-coordinate representation of color #5E2704: hue angle of 23.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E2704 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 39 | 4 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.63 |
| HSL | 23.33º | 0.92% | 0.19% | - |
| HSV(B) | 23.33º | 0.96% | 0.37% | - |
| XYZ | 5.36 | 3.84 | 0.57 | - |
| YUV | 51.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 39 | 4 | 0 | 0.59 | 0.96 | 0.63 | 23.33 | 0.92 | 0.19 |
| Hex | 5E | 27 | 4 | 0 | 3B | 60 | 3F | 17 | 5C | 13 |
| Octal | 136 | 47 | 4 | 0 | 73 | 140 | 77 | 27 | 134 | 23 |
| Binary | 1011110 | 100111 | 100 | 0 | 111011 | 1100000 | 111111 | 10111 | 1011100 | 10011 |
Color Harmonies of #5E2704
Complementary color
Monochromatic Colors of #5E2704
Black with #5E2704
Text Example
Text Example
White with #5E2704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2704; }
p { color: rgb(94,39,4); }
H1.HeaderClassName
{
color: #5E2704;
}
.AnyTagClassName
{
color: #5E2704;
}
</style>
background-color css
<style>
a { background-color: #5E2704; }
a { background-color: rgb(94,39,4); }
div.DivClassName
{
background-color: #5E2704;
}
.BgClassName
{
background-color: #5E2704;
}
</style>
border-color css
<style>
span { border-color: #5E2704; }
span { border-color: rgb(94,39,4); }
td.TdClassName
{
border-color: #5E2704;
}
.TagClassName
{
border-color: #5E2704;
}
</style>