Shades of Baker's Chocolate #5C340E
Tints of Baker's Chocolate #5C340E
RGB
CMYK
RGB Variations
Color information
#5C340E (or 0x5C340E) is known color: Baker's Chocolate. HEX triplet: 5C, 34 and 0E. RGB value is (92,52,14). Sum of RGB (Red+Green+Blue) = 92+52+14=158 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.23% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 92 - color contains mainly: red. Hex color #5C340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C340E is #A3CBF1. Grayscale: #3B3B3B. Windows color (decimal): -10734578 or 930908. OLE color: 930908.
HSL color Cylindrical-coordinate representation of color #5C340E: hue angle of 29.23º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C340E is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 52 | 14 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.64 |
| HSL | 29.23º | 0.74% | 0.21% | - |
| HSV(B) | 29.23º | 0.85% | 0.36% | - |
| XYZ | 5.72 | 4.76 | 1.03 | - |
| YUV | 59.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 14 | 0 | 0.43 | 0.85 | 0.64 | 29.23 | 0.74 | 0.21 |
| Hex | 5C | 34 | E | 0 | 2B | 55 | 40 | 1D | 4A | 15 |
| Octal | 134 | 64 | 16 | 0 | 53 | 125 | 100 | 35 | 112 | 25 |
| Binary | 1011100 | 110100 | 1110 | 0 | 101011 | 1010101 | 1000000 | 11101 | 1001010 | 10101 |
Color Harmonies of #5C340E
Complementary color
Monochromatic Colors of #5C340E
Black with #5C340E
Text Example
Text Example
White with #5C340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C340E; }
p { color: rgb(92,52,14); }
H1.HeaderClassName
{
color: #5C340E;
}
.AnyTagClassName
{
color: #5C340E;
}
</style>
background-color css
<style>
a { background-color: #5C340E; }
a { background-color: rgb(92,52,14); }
div.DivClassName
{
background-color: #5C340E;
}
.BgClassName
{
background-color: #5C340E;
}
</style>
border-color css
<style>
span { border-color: #5C340E; }
span { border-color: rgb(92,52,14); }
td.TdClassName
{
border-color: #5C340E;
}
.TagClassName
{
border-color: #5C340E;
}
</style>