Shades of Baker's Chocolate #5C2E06
Tints of Baker's Chocolate #5C2E06
RGB
CMYK
RGB Variations
Color information
#5C2E06 (or 0x5C2E06) is known color: Baker's Chocolate. HEX triplet: 5C, 2E and 06. RGB value is (92,46,6). Sum of RGB (Red+Green+Blue) = 92+46+6=144 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.89% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2E06 is #A3D1F9. Grayscale: #373737. Windows color (decimal): -10736122 or 405084. OLE color: 405084.
HSL color Cylindrical-coordinate representation of color #5C2E06: hue angle of 27.91º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C2E06 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 46 | 6 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.64 |
| HSL | 27.91º | 0.88% | 0.19% | - |
| HSV(B) | 27.91º | 0.93% | 0.36% | - |
| XYZ | 5.42 | 4.24 | 0.71 | - |
| YUV | 55.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 6 | 0 | 0.50 | 0.93 | 0.64 | 27.91 | 0.88 | 0.19 |
| Hex | 5C | 2E | 6 | 0 | 32 | 5D | 40 | 1C | 58 | 13 |
| Octal | 134 | 56 | 6 | 0 | 62 | 135 | 100 | 34 | 130 | 23 |
| Binary | 1011100 | 101110 | 110 | 0 | 110010 | 1011101 | 1000000 | 11100 | 1011000 | 10011 |
Color Harmonies of #5C2E06
Complementary color
Monochromatic Colors of #5C2E06
Black with #5C2E06
Text Example
Text Example
White with #5C2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E06; }
p { color: rgb(92,46,6); }
H1.HeaderClassName
{
color: #5C2E06;
}
.AnyTagClassName
{
color: #5C2E06;
}
</style>
background-color css
<style>
a { background-color: #5C2E06; }
a { background-color: rgb(92,46,6); }
div.DivClassName
{
background-color: #5C2E06;
}
.BgClassName
{
background-color: #5C2E06;
}
</style>
border-color css
<style>
span { border-color: #5C2E06; }
span { border-color: rgb(92,46,6); }
td.TdClassName
{
border-color: #5C2E06;
}
.TagClassName
{
border-color: #5C2E06;
}
</style>