Shades of Baker's Chocolate #5C340C
Tints of Baker's Chocolate #5C340C
RGB
CMYK
RGB Variations
Color information
#5C340C (or 0x5C340C) is known color: Baker's Chocolate. HEX triplet: 5C, 34 and 0C. RGB value is (92,52,12). Sum of RGB (Red+Green+Blue) = 92+52+12=156 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.97% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 92 - color contains mainly: red. Hex color #5C340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C340C is #A3CBF3. Grayscale: #3B3B3B. Windows color (decimal): -10734580 or 799836. OLE color: 799836.
HSL color Cylindrical-coordinate representation of color #5C340C: hue angle of 30º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C340C is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 52 | 12 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.64 |
| HSL | 30º | 0.77% | 0.2% | - |
| HSV(B) | 30º | 0.87% | 0.36% | - |
| XYZ | 5.71 | 4.76 | 0.97 | - |
| YUV | 59.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 12 | 0 | 0.43 | 0.87 | 0.64 | 30 | 0.77 | 0.2 |
| Hex | 5C | 34 | C | 0 | 2B | 57 | 40 | 1E | 4D | 14 |
| Octal | 134 | 64 | 14 | 0 | 53 | 127 | 100 | 36 | 115 | 24 |
| Binary | 1011100 | 110100 | 1100 | 0 | 101011 | 1010111 | 1000000 | 11110 | 1001101 | 10100 |
Color Harmonies of #5C340C
Complementary color
Monochromatic Colors of #5C340C
Black with #5C340C
Text Example
Text Example
White with #5C340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C340C; }
p { color: rgb(92,52,12); }
H1.HeaderClassName
{
color: #5C340C;
}
.AnyTagClassName
{
color: #5C340C;
}
</style>
background-color css
<style>
a { background-color: #5C340C; }
a { background-color: rgb(92,52,12); }
div.DivClassName
{
background-color: #5C340C;
}
.BgClassName
{
background-color: #5C340C;
}
</style>
border-color css
<style>
span { border-color: #5C340C; }
span { border-color: rgb(92,52,12); }
td.TdClassName
{
border-color: #5C340C;
}
.TagClassName
{
border-color: #5C340C;
}
</style>