Shades of Baker's Chocolate #5C220C
Tints of Baker's Chocolate #5C220C
RGB
CMYK
RGB Variations
Color information
#5C220C (or 0x5C220C) is known color: Baker's Chocolate. HEX triplet: 5C, 22 and 0C. RGB value is (92,34,12). Sum of RGB (Red+Green+Blue) = 92+34+12=138 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.67% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 92 - color contains mainly: red. Hex color #5C220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C220C is #A3DDF3. Grayscale: #303030. Windows color (decimal): -10739188 or 795228. OLE color: 795228.
HSL color Cylindrical-coordinate representation of color #5C220C: hue angle of 16.5º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C220C is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 34 | 12 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.64 |
| HSL | 16.5º | 0.77% | 0.2% | - |
| HSV(B) | 16.5º | 0.87% | 0.36% | - |
| XYZ | 5.05 | 3.45 | 0.75 | - |
| YUV | 48.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 34 | 12 | 0 | 0.63 | 0.87 | 0.64 | 16.5 | 0.77 | 0.2 |
| Hex | 5C | 22 | C | 0 | 3F | 57 | 40 | 10 | 4D | 14 |
| Octal | 134 | 42 | 14 | 0 | 77 | 127 | 100 | 20 | 115 | 24 |
| Binary | 1011100 | 100010 | 1100 | 0 | 111111 | 1010111 | 1000000 | 10000 | 1001101 | 10100 |
Color Harmonies of #5C220C
Complementary color
Monochromatic Colors of #5C220C
Black with #5C220C
Text Example
Text Example
White with #5C220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C220C; }
p { color: rgb(92,34,12); }
H1.HeaderClassName
{
color: #5C220C;
}
.AnyTagClassName
{
color: #5C220C;
}
</style>
background-color css
<style>
a { background-color: #5C220C; }
a { background-color: rgb(92,34,12); }
div.DivClassName
{
background-color: #5C220C;
}
.BgClassName
{
background-color: #5C220C;
}
</style>
border-color css
<style>
span { border-color: #5C220C; }
span { border-color: rgb(92,34,12); }
td.TdClassName
{
border-color: #5C220C;
}
.TagClassName
{
border-color: #5C220C;
}
</style>