Shades of Baker's Chocolate #5C341E
Tints of Baker's Chocolate #5C341E
RGB
CMYK
RGB Variations
Color information
#5C341E (or 0x5C341E) is known color: Baker's Chocolate. HEX triplet: 5C, 34 and 1E. RGB value is (92,52,30). Sum of RGB (Red+Green+Blue) = 92+52+30=174 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.87% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 92 - color contains mainly: red. Hex color #5C341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C341E is #A3CBE1. Grayscale: #3D3D3D. Windows color (decimal): -10734562 or 1979484. OLE color: 1979484.
HSL color Cylindrical-coordinate representation of color #5C341E: hue angle of 21.29º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C341E is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 52 | 30 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.64 |
| HSL | 21.29º | 0.51% | 0.24% | - |
| HSV(B) | 21.29º | 0.67% | 0.36% | - |
| XYZ | 5.88 | 4.83 | 1.85 | - |
| YUV | 61.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 30 | 0 | 0.43 | 0.67 | 0.64 | 21.29 | 0.51 | 0.24 |
| Hex | 5C | 34 | 1E | 0 | 2B | 43 | 40 | 15 | 33 | 18 |
| Octal | 134 | 64 | 36 | 0 | 53 | 103 | 100 | 25 | 63 | 30 |
| Binary | 1011100 | 110100 | 11110 | 0 | 101011 | 1000011 | 1000000 | 10101 | 110011 | 11000 |
Color Harmonies of #5C341E
Complementary color
Monochromatic Colors of #5C341E
Black with #5C341E
Text Example
Text Example
White with #5C341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C341E; }
p { color: rgb(92,52,30); }
H1.HeaderClassName
{
color: #5C341E;
}
.AnyTagClassName
{
color: #5C341E;
}
</style>
background-color css
<style>
a { background-color: #5C341E; }
a { background-color: rgb(92,52,30); }
div.DivClassName
{
background-color: #5C341E;
}
.BgClassName
{
background-color: #5C341E;
}
</style>
border-color css
<style>
span { border-color: #5C341E; }
span { border-color: rgb(92,52,30); }
td.TdClassName
{
border-color: #5C341E;
}
.TagClassName
{
border-color: #5C341E;
}
</style>