Shades of Baker's Chocolate #5C2E16
Tints of Baker's Chocolate #5C2E16
RGB
CMYK
RGB Variations
Color information
#5C2E16 (or 0x5C2E16) is known color: Baker's Chocolate. HEX triplet: 5C, 2E and 16. RGB value is (92,46,22). Sum of RGB (Red+Green+Blue) = 92+46+22=160 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.5% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2E16 is #A3D1E9. Grayscale: #393939. Windows color (decimal): -10736106 or 1453660. OLE color: 1453660.
HSL color Cylindrical-coordinate representation of color #5C2E16: hue angle of 20.57º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2E16 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 46 | 22 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.64 |
| HSL | 20.57º | 0.61% | 0.22% | - |
| HSV(B) | 20.57º | 0.76% | 0.36% | - |
| XYZ | 5.54 | 4.29 | 1.29 | - |
| YUV | 57.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 22 | 0 | 0.50 | 0.76 | 0.64 | 20.57 | 0.61 | 0.22 |
| Hex | 5C | 2E | 16 | 0 | 32 | 4C | 40 | 15 | 3D | 16 |
| Octal | 134 | 56 | 26 | 0 | 62 | 114 | 100 | 25 | 75 | 26 |
| Binary | 1011100 | 101110 | 10110 | 0 | 110010 | 1001100 | 1000000 | 10101 | 111101 | 10110 |
Color Harmonies of #5C2E16
Complementary color
Monochromatic Colors of #5C2E16
Black with #5C2E16
Text Example
Text Example
White with #5C2E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E16; }
p { color: rgb(92,46,22); }
H1.HeaderClassName
{
color: #5C2E16;
}
.AnyTagClassName
{
color: #5C2E16;
}
</style>
background-color css
<style>
a { background-color: #5C2E16; }
a { background-color: rgb(92,46,22); }
div.DivClassName
{
background-color: #5C2E16;
}
.BgClassName
{
background-color: #5C2E16;
}
</style>
border-color css
<style>
span { border-color: #5C2E16; }
span { border-color: rgb(92,46,22); }
td.TdClassName
{
border-color: #5C2E16;
}
.TagClassName
{
border-color: #5C2E16;
}
</style>