Shades of Baker's Chocolate #5C3A14
Tints of Baker's Chocolate #5C3A14
RGB
CMYK
RGB Variations
Color information
#5C3A14 (or 0x5C3A14) is known color: Baker's Chocolate. HEX triplet: 5C, 3A and 14. RGB value is (92,58,20). Sum of RGB (Red+Green+Blue) = 92+58+20=170 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.12% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3A14 is #A3C5EB. Grayscale: #404040. Windows color (decimal): -10733036 or 1325660. OLE color: 1325660.
HSL color Cylindrical-coordinate representation of color #5C3A14: hue angle of 31.67º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C3A14 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 58 | 20 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.64 |
| HSL | 31.67º | 0.64% | 0.22% | - |
| HSV(B) | 31.67º | 0.78% | 0.36% | - |
| XYZ | 6.05 | 5.35 | 1.38 | - |
| YUV | 63.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 58 | 20 | 0 | 0.37 | 0.78 | 0.64 | 31.67 | 0.64 | 0.22 |
| Hex | 5C | 3A | 14 | 0 | 25 | 4E | 40 | 20 | 40 | 16 |
| Octal | 134 | 72 | 24 | 0 | 45 | 116 | 100 | 40 | 100 | 26 |
| Binary | 1011100 | 111010 | 10100 | 0 | 100101 | 1001110 | 1000000 | 100000 | 1000000 | 10110 |
Color Harmonies of #5C3A14
Complementary color
Monochromatic Colors of #5C3A14
Black with #5C3A14
Text Example
Text Example
White with #5C3A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3A14; }
p { color: rgb(92,58,20); }
H1.HeaderClassName
{
color: #5C3A14;
}
.AnyTagClassName
{
color: #5C3A14;
}
</style>
background-color css
<style>
a { background-color: #5C3A14; }
a { background-color: rgb(92,58,20); }
div.DivClassName
{
background-color: #5C3A14;
}
.BgClassName
{
background-color: #5C3A14;
}
</style>
border-color css
<style>
span { border-color: #5C3A14; }
span { border-color: rgb(92,58,20); }
td.TdClassName
{
border-color: #5C3A14;
}
.TagClassName
{
border-color: #5C3A14;
}
</style>