Shades of Baker's Chocolate #5C2B0A
Tints of Baker's Chocolate #5C2B0A
RGB
CMYK
RGB Variations
Color information
#5C2B0A (or 0x5C2B0A) is known color: Baker's Chocolate. HEX triplet: 5C, 2B and 0A. RGB value is (92,43,10). Sum of RGB (Red+Green+Blue) = 92+43+10=145 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.45% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2B0A is #A3D4F5. Grayscale: #363636. Windows color (decimal): -10736886 or 666460. OLE color: 666460.
HSL color Cylindrical-coordinate representation of color #5C2B0A: hue angle of 24.15º 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 #5C2B0A is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 43 | 10 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.64 |
| HSL | 24.15º | 0.8% | 0.2% | - |
| HSV(B) | 24.15º | 0.89% | 0.36% | - |
| XYZ | 5.33 | 4.02 | 0.78 | - |
| YUV | 53.89 | 103.23 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 43 | 10 | 0 | 0.53 | 0.89 | 0.64 | 24.15 | 0.8 | 0.2 |
| Hex | 5C | 2B | A | 0 | 35 | 59 | 40 | 18 | 50 | 14 |
| Octal | 134 | 53 | 12 | 0 | 65 | 131 | 100 | 30 | 120 | 24 |
| Binary | 1011100 | 101011 | 1010 | 0 | 110101 | 1011001 | 1000000 | 11000 | 1010000 | 10100 |
Color Harmonies of #5C2B0A
Complementary color
Monochromatic Colors of #5C2B0A
Black with #5C2B0A
Text Example
Text Example
White with #5C2B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2B0A; }
p { color: rgb(92,43,10); }
H1.HeaderClassName
{
color: #5C2B0A;
}
.AnyTagClassName
{
color: #5C2B0A;
}
</style>
background-color css
<style>
a { background-color: #5C2B0A; }
a { background-color: rgb(92,43,10); }
div.DivClassName
{
background-color: #5C2B0A;
}
.BgClassName
{
background-color: #5C2B0A;
}
</style>
border-color css
<style>
span { border-color: #5C2B0A; }
span { border-color: rgb(92,43,10); }
td.TdClassName
{
border-color: #5C2B0A;
}
.TagClassName
{
border-color: #5C2B0A;
}
</style>