Shades of Baker's Chocolate #5C390A
Tints of Baker's Chocolate #5C390A
RGB
CMYK
RGB Variations
Color information
#5C390A (or 0x5C390A) is known color: Baker's Chocolate. HEX triplet: 5C, 39 and 0A. RGB value is (92,57,10). Sum of RGB (Red+Green+Blue) = 92+57+10=159 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.86% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 92 - color contains mainly: red. Hex color #5C390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C390A is #A3C6F5. Grayscale: #3E3E3E. Windows color (decimal): -10733302 or 670044. OLE color: 670044.
HSL color Cylindrical-coordinate representation of color #5C390A: hue angle of 34.39º 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 #5C390A is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 57 | 10 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.64 |
| HSL | 34.39º | 0.8% | 0.2% | - |
| HSV(B) | 34.39º | 0.89% | 0.36% | - |
| XYZ | 5.93 | 5.22 | 0.98 | - |
| YUV | 62.11 | 98.6 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 57 | 10 | 0 | 0.38 | 0.89 | 0.64 | 34.39 | 0.8 | 0.2 |
| Hex | 5C | 39 | A | 0 | 26 | 59 | 40 | 22 | 50 | 14 |
| Octal | 134 | 71 | 12 | 0 | 46 | 131 | 100 | 42 | 120 | 24 |
| Binary | 1011100 | 111001 | 1010 | 0 | 100110 | 1011001 | 1000000 | 100010 | 1010000 | 10100 |
Color Harmonies of #5C390A
Complementary color
Monochromatic Colors of #5C390A
Black with #5C390A
Text Example
Text Example
White with #5C390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C390A; }
p { color: rgb(92,57,10); }
H1.HeaderClassName
{
color: #5C390A;
}
.AnyTagClassName
{
color: #5C390A;
}
</style>
background-color css
<style>
a { background-color: #5C390A; }
a { background-color: rgb(92,57,10); }
div.DivClassName
{
background-color: #5C390A;
}
.BgClassName
{
background-color: #5C390A;
}
</style>
border-color css
<style>
span { border-color: #5C390A; }
span { border-color: rgb(92,57,10); }
td.TdClassName
{
border-color: #5C390A;
}
.TagClassName
{
border-color: #5C390A;
}
</style>