Shades of Baker's Chocolate #5C200A
Tints of Baker's Chocolate #5C200A
RGB
CMYK
RGB Variations
Color information
#5C200A (or 0x5C200A) is known color: Baker's Chocolate. HEX triplet: 5C, 20 and 0A. RGB value is (92,32,10). Sum of RGB (Red+Green+Blue) = 92+32+10=134 (17% of max value = 765). Red value is 92 (36.33% from 255 or 68.66% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 92 - color contains mainly: red. Hex color #5C200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C200A is #A3DFF5. Grayscale: #2F2F2F. Windows color (decimal): -10739702 or 663644. OLE color: 663644.
HSL color Cylindrical-coordinate representation of color #5C200A: hue angle of 16.1º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C200A is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 32 | 10 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.64 |
| HSL | 16.1º | 0.8% | 0.2% | - |
| HSV(B) | 16.1º | 0.89% | 0.36% | - |
| XYZ | 4.98 | 3.33 | 0.67 | - |
| YUV | 47.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 32 | 10 | 0 | 0.65 | 0.89 | 0.64 | 16.1 | 0.8 | 0.2 |
| Hex | 5C | 20 | A | 0 | 41 | 59 | 40 | 10 | 50 | 14 |
| Octal | 134 | 40 | 12 | 0 | 101 | 131 | 100 | 20 | 120 | 24 |
| Binary | 1011100 | 100000 | 1010 | 0 | 1000001 | 1011001 | 1000000 | 10000 | 1010000 | 10100 |
Color Harmonies of #5C200A
Complementary color
Monochromatic Colors of #5C200A
Black with #5C200A
Text Example
Text Example
White with #5C200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C200A; }
p { color: rgb(92,32,10); }
H1.HeaderClassName
{
color: #5C200A;
}
.AnyTagClassName
{
color: #5C200A;
}
</style>
background-color css
<style>
a { background-color: #5C200A; }
a { background-color: rgb(92,32,10); }
div.DivClassName
{
background-color: #5C200A;
}
.BgClassName
{
background-color: #5C200A;
}
</style>
border-color css
<style>
span { border-color: #5C200A; }
span { border-color: rgb(92,32,10); }
td.TdClassName
{
border-color: #5C200A;
}
.TagClassName
{
border-color: #5C200A;
}
</style>