Shades of Baker's Chocolate #5E2901
Tints of Baker's Chocolate #5E2901
RGB
CMYK
RGB Variations
Color information
#5E2901 (or 0x5E2901) is known color: Baker's Chocolate. HEX triplet: 5E, 29 and 01. RGB value is (94,41,1). Sum of RGB (Red+Green+Blue) = 94+41+1=136 (18% of max value = 765). Red value is 94 (37.11% from 255 or 69.12% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2901 is #A1D6FE. Grayscale: #343434. Windows color (decimal): -10606335 or 76126. OLE color: 76126.
HSL color Cylindrical-coordinate representation of color #5E2901: hue angle of 25.81º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E2901 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 41 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.63 |
| HSL | 25.81º | 0.98% | 0.19% | - |
| HSV(B) | 25.81º | 0.99% | 0.37% | - |
| XYZ | 5.41 | 3.97 | 0.51 | - |
| YUV | 52.29 | 99.06 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 1 | 0 | 0.56 | 0.99 | 0.63 | 25.81 | 0.98 | 0.19 |
| Hex | 5E | 29 | 1 | 0 | 38 | 63 | 3F | 1A | 62 | 13 |
| Octal | 136 | 51 | 1 | 0 | 70 | 143 | 77 | 32 | 142 | 23 |
| Binary | 1011110 | 101001 | 1 | 0 | 111000 | 1100011 | 111111 | 11010 | 1100010 | 10011 |
Color Harmonies of #5E2901
Complementary color
Monochromatic Colors of #5E2901
Black with #5E2901
Text Example
Text Example
White with #5E2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2901; }
p { color: rgb(94,41,1); }
H1.HeaderClassName
{
color: #5E2901;
}
.AnyTagClassName
{
color: #5E2901;
}
</style>
background-color css
<style>
a { background-color: #5E2901; }
a { background-color: rgb(94,41,1); }
div.DivClassName
{
background-color: #5E2901;
}
.BgClassName
{
background-color: #5E2901;
}
</style>
border-color css
<style>
span { border-color: #5E2901; }
span { border-color: rgb(94,41,1); }
td.TdClassName
{
border-color: #5E2901;
}
.TagClassName
{
border-color: #5E2901;
}
</style>