Shades of Baker's Chocolate #5C290A
Tints of Baker's Chocolate #5C290A
RGB
CMYK
RGB Variations
Color information
#5C290A (or 0x5C290A) is known color: Baker's Chocolate. HEX triplet: 5C, 29 and 0A. RGB value is (92,41,10). Sum of RGB (Red+Green+Blue) = 92+41+10=143 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.34% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 92 - color contains mainly: red. Hex color #5C290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C290A is #A3D6F5. Grayscale: #343434. Windows color (decimal): -10737398 or 665948. OLE color: 665948.
HSL color Cylindrical-coordinate representation of color #5C290A: hue angle of 22.68º 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 #5C290A is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 41 | 10 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.64 |
| HSL | 22.68º | 0.8% | 0.2% | - |
| HSV(B) | 22.68º | 0.89% | 0.36% | - |
| XYZ | 5.26 | 3.88 | 0.76 | - |
| YUV | 52.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 41 | 10 | 0 | 0.55 | 0.89 | 0.64 | 22.68 | 0.8 | 0.2 |
| Hex | 5C | 29 | A | 0 | 37 | 59 | 40 | 17 | 50 | 14 |
| Octal | 134 | 51 | 12 | 0 | 67 | 131 | 100 | 27 | 120 | 24 |
| Binary | 1011100 | 101001 | 1010 | 0 | 110111 | 1011001 | 1000000 | 10111 | 1010000 | 10100 |
Color Harmonies of #5C290A
Complementary color
Monochromatic Colors of #5C290A
Black with #5C290A
Text Example
Text Example
White with #5C290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C290A; }
p { color: rgb(92,41,10); }
H1.HeaderClassName
{
color: #5C290A;
}
.AnyTagClassName
{
color: #5C290A;
}
</style>
background-color css
<style>
a { background-color: #5C290A; }
a { background-color: rgb(92,41,10); }
div.DivClassName
{
background-color: #5C290A;
}
.BgClassName
{
background-color: #5C290A;
}
</style>
border-color css
<style>
span { border-color: #5C290A; }
span { border-color: rgb(92,41,10); }
td.TdClassName
{
border-color: #5C290A;
}
.TagClassName
{
border-color: #5C290A;
}
</style>