Shades of Baker's Chocolate #5C2D06
Tints of Baker's Chocolate #5C2D06
RGB
CMYK
RGB Variations
Color information
#5C2D06 (or 0x5C2D06) is known color: Baker's Chocolate. HEX triplet: 5C, 2D and 06. RGB value is (92,45,6). Sum of RGB (Red+Green+Blue) = 92+45+6=143 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.34% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2D06 is #A3D2F9. Grayscale: #363636. Windows color (decimal): -10736378 or 404828. OLE color: 404828.
HSL color Cylindrical-coordinate representation of color #5C2D06: hue angle of 27.21º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C2D06 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 45 | 6 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.64 |
| HSL | 27.21º | 0.88% | 0.19% | - |
| HSV(B) | 27.21º | 0.93% | 0.36% | - |
| XYZ | 5.38 | 4.17 | 0.69 | - |
| YUV | 54.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 45 | 6 | 0 | 0.51 | 0.93 | 0.64 | 27.21 | 0.88 | 0.19 |
| Hex | 5C | 2D | 6 | 0 | 33 | 5D | 40 | 1B | 58 | 13 |
| Octal | 134 | 55 | 6 | 0 | 63 | 135 | 100 | 33 | 130 | 23 |
| Binary | 1011100 | 101101 | 110 | 0 | 110011 | 1011101 | 1000000 | 11011 | 1011000 | 10011 |
Color Harmonies of #5C2D06
Complementary color
Monochromatic Colors of #5C2D06
Black with #5C2D06
Text Example
Text Example
White with #5C2D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2D06; }
p { color: rgb(92,45,6); }
H1.HeaderClassName
{
color: #5C2D06;
}
.AnyTagClassName
{
color: #5C2D06;
}
</style>
background-color css
<style>
a { background-color: #5C2D06; }
a { background-color: rgb(92,45,6); }
div.DivClassName
{
background-color: #5C2D06;
}
.BgClassName
{
background-color: #5C2D06;
}
</style>
border-color css
<style>
span { border-color: #5C2D06; }
span { border-color: rgb(92,45,6); }
td.TdClassName
{
border-color: #5C2D06;
}
.TagClassName
{
border-color: #5C2D06;
}
</style>