Shades of Baker's Chocolate #5C220B
Tints of Baker's Chocolate #5C220B
RGB
CMYK
RGB Variations
Color information
#5C220B (or 0x5C220B) is known color: Baker's Chocolate. HEX triplet: 5C, 22 and 0B. RGB value is (92,34,11). Sum of RGB (Red+Green+Blue) = 92+34+11=137 (18% of max value = 765). Red value is 92 (36.33% from 255 or 67.15% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 92 - color contains mainly: red. Hex color #5C220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C220B is #A3DDF4. Grayscale: #303030. Windows color (decimal): -10739189 or 729692. OLE color: 729692.
HSL color Cylindrical-coordinate representation of color #5C220B: hue angle of 17.04º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C220B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 34 | 11 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.64 |
| HSL | 17.04º | 0.79% | 0.2% | - |
| HSV(B) | 17.04º | 0.88% | 0.36% | - |
| XYZ | 5.05 | 3.44 | 0.72 | - |
| YUV | 48.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 34 | 11 | 0 | 0.63 | 0.88 | 0.64 | 17.04 | 0.79 | 0.2 |
| Hex | 5C | 22 | B | 0 | 3F | 58 | 40 | 11 | 4F | 14 |
| Octal | 134 | 42 | 13 | 0 | 77 | 130 | 100 | 21 | 117 | 24 |
| Binary | 1011100 | 100010 | 1011 | 0 | 111111 | 1011000 | 1000000 | 10001 | 1001111 | 10100 |
Color Harmonies of #5C220B
Complementary color
Monochromatic Colors of #5C220B
Black with #5C220B
Text Example
Text Example
White with #5C220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C220B; }
p { color: rgb(92,34,11); }
H1.HeaderClassName
{
color: #5C220B;
}
.AnyTagClassName
{
color: #5C220B;
}
</style>
background-color css
<style>
a { background-color: #5C220B; }
a { background-color: rgb(92,34,11); }
div.DivClassName
{
background-color: #5C220B;
}
.BgClassName
{
background-color: #5C220B;
}
</style>
border-color css
<style>
span { border-color: #5C220B; }
span { border-color: rgb(92,34,11); }
td.TdClassName
{
border-color: #5C220B;
}
.TagClassName
{
border-color: #5C220B;
}
</style>