Shades of Baker's Chocolate #5C280A
Tints of Baker's Chocolate #5C280A
RGB
CMYK
RGB Variations
Color information
#5C280A (or 0x5C280A) is known color: Baker's Chocolate. HEX triplet: 5C, 28 and 0A. RGB value is (92,40,10). Sum of RGB (Red+Green+Blue) = 92+40+10=142 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.79% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 92 - color contains mainly: red. Hex color #5C280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C280A is #A3D7F5. Grayscale: #343434. Windows color (decimal): -10737654 or 665692. OLE color: 665692.
HSL color Cylindrical-coordinate representation of color #5C280A: hue angle of 21.95º 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 #5C280A is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 40 | 10 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.64 |
| HSL | 21.95º | 0.8% | 0.2% | - |
| HSV(B) | 21.95º | 0.89% | 0.36% | - |
| XYZ | 5.23 | 3.81 | 0.75 | - |
| YUV | 52.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 10 | 0 | 0.57 | 0.89 | 0.64 | 21.95 | 0.8 | 0.2 |
| Hex | 5C | 28 | A | 0 | 39 | 59 | 40 | 16 | 50 | 14 |
| Octal | 134 | 50 | 12 | 0 | 71 | 131 | 100 | 26 | 120 | 24 |
| Binary | 1011100 | 101000 | 1010 | 0 | 111001 | 1011001 | 1000000 | 10110 | 1010000 | 10100 |
Color Harmonies of #5C280A
Complementary color
Monochromatic Colors of #5C280A
Black with #5C280A
Text Example
Text Example
White with #5C280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C280A; }
p { color: rgb(92,40,10); }
H1.HeaderClassName
{
color: #5C280A;
}
.AnyTagClassName
{
color: #5C280A;
}
</style>
background-color css
<style>
a { background-color: #5C280A; }
a { background-color: rgb(92,40,10); }
div.DivClassName
{
background-color: #5C280A;
}
.BgClassName
{
background-color: #5C280A;
}
</style>
border-color css
<style>
span { border-color: #5C280A; }
span { border-color: rgb(92,40,10); }
td.TdClassName
{
border-color: #5C280A;
}
.TagClassName
{
border-color: #5C280A;
}
</style>