Shades of Baker's Chocolate #5E311D
Tints of Baker's Chocolate #5E311D
RGB
CMYK
RGB Variations
Color information
#5E311D (or 0x5E311D) is known color: Baker's Chocolate. HEX triplet: 5E, 31 and 1D. RGB value is (94,49,29). Sum of RGB (Red+Green+Blue) = 94+49+29=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E311D is #A1CEE2. Grayscale: #3C3C3C. Windows color (decimal): -10604259 or 1913182. OLE color: 1913182.
HSL color Cylindrical-coordinate representation of color #5E311D: hue angle of 18.46º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E311D is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 49 | 29 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.63 |
| HSL | 18.46º | 0.53% | 0.24% | - |
| HSV(B) | 18.46º | 0.69% | 0.37% | - |
| XYZ | 5.94 | 4.67 | 1.75 | - |
| YUV | 60.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 29 | 0 | 0.48 | 0.69 | 0.63 | 18.46 | 0.53 | 0.24 |
| Hex | 5E | 31 | 1D | 0 | 30 | 45 | 3F | 12 | 35 | 18 |
| Octal | 136 | 61 | 35 | 0 | 60 | 105 | 77 | 22 | 65 | 30 |
| Binary | 1011110 | 110001 | 11101 | 0 | 110000 | 1000101 | 111111 | 10010 | 110101 | 11000 |
Color Harmonies of #5E311D
Complementary color
Monochromatic Colors of #5E311D
Black with #5E311D
Text Example
Text Example
White with #5E311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E311D; }
p { color: rgb(94,49,29); }
H1.HeaderClassName
{
color: #5E311D;
}
.AnyTagClassName
{
color: #5E311D;
}
</style>
background-color css
<style>
a { background-color: #5E311D; }
a { background-color: rgb(94,49,29); }
div.DivClassName
{
background-color: #5E311D;
}
.BgClassName
{
background-color: #5E311D;
}
</style>
border-color css
<style>
span { border-color: #5E311D; }
span { border-color: rgb(94,49,29); }
td.TdClassName
{
border-color: #5E311D;
}
.TagClassName
{
border-color: #5E311D;
}
</style>