Shades of Baker's Chocolate #5E2202
Tints of Baker's Chocolate #5E2202
RGB
CMYK
RGB Variations
Color information
#5E2202 (or 0x5E2202) is known color: Baker's Chocolate. HEX triplet: 5E, 22 and 02. RGB value is (94,34,2). Sum of RGB (Red+Green+Blue) = 94+34+2=130 (17% of max value = 765). Red value is 94 (37.11% from 255 or 72.31% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2202 is #A1DDFD. Grayscale: #303030. Windows color (decimal): -10608126 or 139870. OLE color: 139870.
HSL color Cylindrical-coordinate representation of color #5E2202: hue angle of 20.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E2202 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 34 | 2 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.63 |
| HSL | 20.87º | 0.96% | 0.19% | - |
| HSV(B) | 20.87º | 0.98% | 0.37% | - |
| XYZ | 5.2 | 3.53 | 0.46 | - |
| YUV | 48.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 2 | 0 | 0.64 | 0.98 | 0.63 | 20.87 | 0.96 | 0.19 |
| Hex | 5E | 22 | 2 | 0 | 40 | 62 | 3F | 15 | 60 | 13 |
| Octal | 136 | 42 | 2 | 0 | 100 | 142 | 77 | 25 | 140 | 23 |
| Binary | 1011110 | 100010 | 10 | 0 | 1000000 | 1100010 | 111111 | 10101 | 1100000 | 10011 |
Color Harmonies of #5E2202
Complementary color
Monochromatic Colors of #5E2202
Black with #5E2202
Text Example
Text Example
White with #5E2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2202; }
p { color: rgb(94,34,2); }
H1.HeaderClassName
{
color: #5E2202;
}
.AnyTagClassName
{
color: #5E2202;
}
</style>
background-color css
<style>
a { background-color: #5E2202; }
a { background-color: rgb(94,34,2); }
div.DivClassName
{
background-color: #5E2202;
}
.BgClassName
{
background-color: #5E2202;
}
</style>
border-color css
<style>
span { border-color: #5E2202; }
span { border-color: rgb(94,34,2); }
td.TdClassName
{
border-color: #5E2202;
}
.TagClassName
{
border-color: #5E2202;
}
</style>