Shades of Baker's Chocolate #5E200A
Tints of Baker's Chocolate #5E200A
RGB
CMYK
RGB Variations
Color information
#5E200A (or 0x5E200A) is known color: Baker's Chocolate. HEX triplet: 5E, 20 and 0A. RGB value is (94,32,10). Sum of RGB (Red+Green+Blue) = 94+32+10=136 (18% of max value = 765). Red value is 94 (37.11% from 255 or 69.12% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 94 - color contains mainly: red. Hex color #5E200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E200A is #A1DFF5. Grayscale: #303030. Windows color (decimal): -10608630 or 663646. OLE color: 663646.
HSL color Cylindrical-coordinate representation of color #5E200A: hue angle of 15.71º 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 #5E200A is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 32 | 10 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.63 |
| HSL | 15.71º | 0.81% | 0.2% | - |
| HSV(B) | 15.71º | 0.89% | 0.37% | - |
| XYZ | 5.19 | 3.43 | 0.68 | - |
| YUV | 48.03 | 106.54 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 10 | 0 | 0.66 | 0.89 | 0.63 | 15.71 | 0.81 | 0.2 |
| Hex | 5E | 20 | A | 0 | 42 | 59 | 3F | 10 | 51 | 14 |
| Octal | 136 | 40 | 12 | 0 | 102 | 131 | 77 | 20 | 121 | 24 |
| Binary | 1011110 | 100000 | 1010 | 0 | 1000010 | 1011001 | 111111 | 10000 | 1010001 | 10100 |
Color Harmonies of #5E200A
Complementary color
Monochromatic Colors of #5E200A
Black with #5E200A
Text Example
Text Example
White with #5E200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E200A; }
p { color: rgb(94,32,10); }
H1.HeaderClassName
{
color: #5E200A;
}
.AnyTagClassName
{
color: #5E200A;
}
</style>
background-color css
<style>
a { background-color: #5E200A; }
a { background-color: rgb(94,32,10); }
div.DivClassName
{
background-color: #5E200A;
}
.BgClassName
{
background-color: #5E200A;
}
</style>
border-color css
<style>
span { border-color: #5E200A; }
span { border-color: rgb(94,32,10); }
td.TdClassName
{
border-color: #5E200A;
}
.TagClassName
{
border-color: #5E200A;
}
</style>