Shades of Baker's Chocolate #5E2905
Tints of Baker's Chocolate #5E2905
RGB
CMYK
RGB Variations
Color information
#5E2905 (or 0x5E2905) is known color: Baker's Chocolate. HEX triplet: 5E, 29 and 05. RGB value is (94,41,5). Sum of RGB (Red+Green+Blue) = 94+41+5=140 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.14% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2905 is #A1D6FA. Grayscale: #343434. Windows color (decimal): -10606331 or 338270. OLE color: 338270.
HSL color Cylindrical-coordinate representation of color #5E2905: hue angle of 24.27º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E2905 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 41 | 5 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.63 |
| HSL | 24.27º | 0.9% | 0.19% | - |
| HSV(B) | 24.27º | 0.95% | 0.37% | - |
| XYZ | 5.44 | 3.98 | 0.62 | - |
| YUV | 52.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 5 | 0 | 0.56 | 0.95 | 0.63 | 24.27 | 0.9 | 0.19 |
| Hex | 5E | 29 | 5 | 0 | 38 | 5F | 3F | 18 | 5A | 13 |
| Octal | 136 | 51 | 5 | 0 | 70 | 137 | 77 | 30 | 132 | 23 |
| Binary | 1011110 | 101001 | 101 | 0 | 111000 | 1011111 | 111111 | 11000 | 1011010 | 10011 |
Color Harmonies of #5E2905
Complementary color
Monochromatic Colors of #5E2905
Black with #5E2905
Text Example
Text Example
White with #5E2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2905; }
p { color: rgb(94,41,5); }
H1.HeaderClassName
{
color: #5E2905;
}
.AnyTagClassName
{
color: #5E2905;
}
</style>
background-color css
<style>
a { background-color: #5E2905; }
a { background-color: rgb(94,41,5); }
div.DivClassName
{
background-color: #5E2905;
}
.BgClassName
{
background-color: #5E2905;
}
</style>
border-color css
<style>
span { border-color: #5E2905; }
span { border-color: rgb(94,41,5); }
td.TdClassName
{
border-color: #5E2905;
}
.TagClassName
{
border-color: #5E2905;
}
</style>