Shades of Baker's Chocolate #5C3816
Tints of Baker's Chocolate #5C3816
RGB
CMYK
RGB Variations
Color information
#5C3816 (or 0x5C3816) is known color: Baker's Chocolate. HEX triplet: 5C, 38 and 16. RGB value is (92,56,22). Sum of RGB (Red+Green+Blue) = 92+56+22=170 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.12% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3816 is #A3C7E9. Grayscale: #3F3F3F. Windows color (decimal): -10733546 or 1456220. OLE color: 1456220.
HSL color Cylindrical-coordinate representation of color #5C3816: hue angle of 29.14º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C3816 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 56 | 22 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.64 |
| HSL | 29.14º | 0.61% | 0.22% | - |
| HSV(B) | 29.14º | 0.76% | 0.36% | - |
| XYZ | 5.97 | 5.16 | 1.44 | - |
| YUV | 62.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 56 | 22 | 0 | 0.39 | 0.76 | 0.64 | 29.14 | 0.61 | 0.22 |
| Hex | 5C | 38 | 16 | 0 | 27 | 4C | 40 | 1D | 3D | 16 |
| Octal | 134 | 70 | 26 | 0 | 47 | 114 | 100 | 35 | 75 | 26 |
| Binary | 1011100 | 111000 | 10110 | 0 | 100111 | 1001100 | 1000000 | 11101 | 111101 | 10110 |
Color Harmonies of #5C3816
Complementary color
Monochromatic Colors of #5C3816
Black with #5C3816
Text Example
Text Example
White with #5C3816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3816; }
p { color: rgb(92,56,22); }
H1.HeaderClassName
{
color: #5C3816;
}
.AnyTagClassName
{
color: #5C3816;
}
</style>
background-color css
<style>
a { background-color: #5C3816; }
a { background-color: rgb(92,56,22); }
div.DivClassName
{
background-color: #5C3816;
}
.BgClassName
{
background-color: #5C3816;
}
</style>
border-color css
<style>
span { border-color: #5C3816; }
span { border-color: rgb(92,56,22); }
td.TdClassName
{
border-color: #5C3816;
}
.TagClassName
{
border-color: #5C3816;
}
</style>