Shades of Baker's Chocolate #5E370A
Tints of Baker's Chocolate #5E370A
RGB
CMYK
RGB Variations
Color information
#5E370A (or 0x5E370A) is known color: Baker's Chocolate. HEX triplet: 5E, 37 and 0A. RGB value is (94,55,10). Sum of RGB (Red+Green+Blue) = 94+55+10=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E370A is #A1C8F5. Grayscale: #3D3D3D. Windows color (decimal): -10602742 or 669534. OLE color: 669534.
HSL color Cylindrical-coordinate representation of color #5E370A: hue angle of 32.14º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E370A is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 55 | 10 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.63 |
| HSL | 32.14º | 0.81% | 0.2% | - |
| HSV(B) | 32.14º | 0.89% | 0.37% | - |
| XYZ | 6.04 | 5.13 | 0.96 | - |
| YUV | 61.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 10 | 0 | 0.41 | 0.89 | 0.63 | 32.14 | 0.81 | 0.2 |
| Hex | 5E | 37 | A | 0 | 29 | 59 | 3F | 20 | 51 | 14 |
| Octal | 136 | 67 | 12 | 0 | 51 | 131 | 77 | 40 | 121 | 24 |
| Binary | 1011110 | 110111 | 1010 | 0 | 101001 | 1011001 | 111111 | 100000 | 1010001 | 10100 |
Color Harmonies of #5E370A
Complementary color
Monochromatic Colors of #5E370A
Black with #5E370A
Text Example
Text Example
White with #5E370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E370A; }
p { color: rgb(94,55,10); }
H1.HeaderClassName
{
color: #5E370A;
}
.AnyTagClassName
{
color: #5E370A;
}
</style>
background-color css
<style>
a { background-color: #5E370A; }
a { background-color: rgb(94,55,10); }
div.DivClassName
{
background-color: #5E370A;
}
.BgClassName
{
background-color: #5E370A;
}
</style>
border-color css
<style>
span { border-color: #5E370A; }
span { border-color: rgb(94,55,10); }
td.TdClassName
{
border-color: #5E370A;
}
.TagClassName
{
border-color: #5E370A;
}
</style>