Shades of Baker's Chocolate #5C3212
Tints of Baker's Chocolate #5C3212
RGB
CMYK
RGB Variations
Color information
#5C3212 (or 0x5C3212) is known color: Baker's Chocolate. HEX triplet: 5C, 32 and 12. RGB value is (92,50,18). Sum of RGB (Red+Green+Blue) = 92+50+18=160 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.5% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3212 is #A3CDED. Grayscale: #3B3B3B. Windows color (decimal): -10735086 or 1192540. OLE color: 1192540.
HSL color Cylindrical-coordinate representation of color #5C3212: hue angle of 25.95º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C3212 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 50 | 18 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.64 |
| HSL | 25.95º | 0.67% | 0.22% | - |
| HSV(B) | 25.95º | 0.8% | 0.36% | - |
| XYZ | 5.66 | 4.6 | 1.16 | - |
| YUV | 58.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 18 | 0 | 0.46 | 0.80 | 0.64 | 25.95 | 0.67 | 0.22 |
| Hex | 5C | 32 | 12 | 0 | 2E | 50 | 40 | 1A | 43 | 16 |
| Octal | 134 | 62 | 22 | 0 | 56 | 120 | 100 | 32 | 103 | 26 |
| Binary | 1011100 | 110010 | 10010 | 0 | 101110 | 1010000 | 1000000 | 11010 | 1000011 | 10110 |
Color Harmonies of #5C3212
Complementary color
Monochromatic Colors of #5C3212
Black with #5C3212
Text Example
Text Example
White with #5C3212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3212; }
p { color: rgb(92,50,18); }
H1.HeaderClassName
{
color: #5C3212;
}
.AnyTagClassName
{
color: #5C3212;
}
</style>
background-color css
<style>
a { background-color: #5C3212; }
a { background-color: rgb(92,50,18); }
div.DivClassName
{
background-color: #5C3212;
}
.BgClassName
{
background-color: #5C3212;
}
</style>
border-color css
<style>
span { border-color: #5C3212; }
span { border-color: rgb(92,50,18); }
td.TdClassName
{
border-color: #5C3212;
}
.TagClassName
{
border-color: #5C3212;
}
</style>