Shades of Baker's Chocolate #5E3911
Tints of Baker's Chocolate #5E3911
RGB
CMYK
RGB Variations
Color information
#5E3911 (or 0x5E3911) is known color: Baker's Chocolate. HEX triplet: 5E, 39 and 11. RGB value is (94,57,17). Sum of RGB (Red+Green+Blue) = 94+57+17=168 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.95% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3911 is #A1C6EE. Grayscale: #3F3F3F. Windows color (decimal): -10602223 or 1128798. OLE color: 1128798.
HSL color Cylindrical-coordinate representation of color #5E3911: hue angle of 31.17º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E3911 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 57 | 17 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.63 |
| HSL | 31.17º | 0.69% | 0.22% | - |
| HSV(B) | 31.17º | 0.82% | 0.37% | - |
| XYZ | 6.18 | 5.35 | 1.24 | - |
| YUV | 63.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 17 | 0 | 0.39 | 0.82 | 0.63 | 31.17 | 0.69 | 0.22 |
| Hex | 5E | 39 | 11 | 0 | 27 | 52 | 3F | 1F | 45 | 16 |
| Octal | 136 | 71 | 21 | 0 | 47 | 122 | 77 | 37 | 105 | 26 |
| Binary | 1011110 | 111001 | 10001 | 0 | 100111 | 1010010 | 111111 | 11111 | 1000101 | 10110 |
Color Harmonies of #5E3911
Complementary color
Monochromatic Colors of #5E3911
Black with #5E3911
Text Example
Text Example
White with #5E3911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3911; }
p { color: rgb(94,57,17); }
H1.HeaderClassName
{
color: #5E3911;
}
.AnyTagClassName
{
color: #5E3911;
}
</style>
background-color css
<style>
a { background-color: #5E3911; }
a { background-color: rgb(94,57,17); }
div.DivClassName
{
background-color: #5E3911;
}
.BgClassName
{
background-color: #5E3911;
}
</style>
border-color css
<style>
span { border-color: #5E3911; }
span { border-color: rgb(94,57,17); }
td.TdClassName
{
border-color: #5E3911;
}
.TagClassName
{
border-color: #5E3911;
}
</style>