Shades of Baker's Chocolate #5E2000
Tints of Baker's Chocolate #5E2000
RGB
CMYK
RGB Variations
Color information
#5E2000 (or 0x5E2000) is known color: Baker's Chocolate. HEX triplet: 5E, 20 and 00. RGB value is (94,32,0). Sum of RGB (Red+Green+Blue) = 94+32+0=126 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.60% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2000 is #A1DFFF. Grayscale: #2F2F2F. Windows color (decimal): -10608640 or 8286. OLE color: 8286.
HSL color Cylindrical-coordinate representation of color #5E2000: hue angle of 20.43º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E2000 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 32 | 0 | - |
CMYK | 0 | 0.66 | 1 | 0.63 |
HSL | 20.43º | 1% | 0.18% | - |
HSV(B) | 20.43º | 1% | 0.37% | - |
XYZ | 5.13 | 3.41 | 0.39 | - |
YUV | 46.89 | 101.54 | 161.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 32 | 0 | 0 | 0.66 | 1 | 0.63 | 20.43 | 1 | 0.18 |
Hex | 5E | 20 | 0 | 0 | 42 | 64 | 3F | 14 | 64 | 12 |
Octal | 136 | 40 | 0 | 0 | 102 | 144 | 77 | 24 | 144 | 22 |
Binary | 1011110 | 100000 | 0 | 0 | 1000010 | 1100100 | 111111 | 10100 | 1100100 | 10010 |
Color Harmonies of #5E2000
Complementary color
Monochromatic Colors of #5E2000
Black with #5E2000
Text Example
Text Example
White with #5E2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2000; }
p { color: rgb(94,32,0); }
H1.HeaderClassName
{
color: #5E2000;
}
.AnyTagClassName
{
color: #5E2000;
}
</style>
background-color css
<style>
a { background-color: #5E2000; }
a { background-color: rgb(94,32,0); }
div.DivClassName
{
background-color: #5E2000;
}
.BgClassName
{
background-color: #5E2000;
}
</style>
border-color css
<style>
span { border-color: #5E2000; }
span { border-color: rgb(94,32,0); }
td.TdClassName
{
border-color: #5E2000;
}
.TagClassName
{
border-color: #5E2000;
}
</style>