Shades of Baker's Chocolate #5E3309
Tints of Baker's Chocolate #5E3309
RGB
CMYK
RGB Variations
Color information
#5E3309 (or 0x5E3309) is known color: Baker's Chocolate. HEX triplet: 5E, 33 and 09. RGB value is (94,51,9). Sum of RGB (Red+Green+Blue) = 94+51+9=154 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.04% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3309 is #A1CCF6. Grayscale: #3B3B3B. Windows color (decimal): -10603767 or 602974. OLE color: 602974.
HSL color Cylindrical-coordinate representation of color #5E3309: hue angle of 29.65º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E3309 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 51 | 9 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.63 |
| HSL | 29.65º | 0.83% | 0.2% | - |
| HSV(B) | 29.65º | 0.9% | 0.37% | - |
| XYZ | 5.85 | 4.77 | 0.87 | - |
| YUV | 59.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 9 | 0 | 0.46 | 0.90 | 0.63 | 29.65 | 0.83 | 0.2 |
| Hex | 5E | 33 | 9 | 0 | 2E | 5A | 3F | 1E | 53 | 14 |
| Octal | 136 | 63 | 11 | 0 | 56 | 132 | 77 | 36 | 123 | 24 |
| Binary | 1011110 | 110011 | 1001 | 0 | 101110 | 1011010 | 111111 | 11110 | 1010011 | 10100 |
Color Harmonies of #5E3309
Complementary color
Monochromatic Colors of #5E3309
Black with #5E3309
Text Example
Text Example
White with #5E3309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3309; }
p { color: rgb(94,51,9); }
H1.HeaderClassName
{
color: #5E3309;
}
.AnyTagClassName
{
color: #5E3309;
}
</style>
background-color css
<style>
a { background-color: #5E3309; }
a { background-color: rgb(94,51,9); }
div.DivClassName
{
background-color: #5E3309;
}
.BgClassName
{
background-color: #5E3309;
}
</style>
border-color css
<style>
span { border-color: #5E3309; }
span { border-color: rgb(94,51,9); }
td.TdClassName
{
border-color: #5E3309;
}
.TagClassName
{
border-color: #5E3309;
}
</style>