Shades of Baker's Chocolate #5C3206
Tints of Baker's Chocolate #5C3206
RGB
CMYK
RGB Variations
Color information
#5C3206 (or 0x5C3206) is known color: Baker's Chocolate. HEX triplet: 5C, 32 and 06. RGB value is (92,50,6). Sum of RGB (Red+Green+Blue) = 92+50+6=148 (19% of max value = 765). Red value is 92 (36.33% from 255 or 62.16% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3206 is #A3CDF9. Grayscale: #393939. Windows color (decimal): -10735098 or 406108. OLE color: 406108.
HSL color Cylindrical-coordinate representation of color #5C3206: hue angle of 30.7º 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 #5C3206 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 50 | 6 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.64 |
| HSL | 30.7º | 0.88% | 0.19% | - |
| HSV(B) | 30.7º | 0.93% | 0.36% | - |
| XYZ | 5.59 | 4.57 | 0.76 | - |
| YUV | 57.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 6 | 0 | 0.46 | 0.93 | 0.64 | 30.7 | 0.88 | 0.19 |
| Hex | 5C | 32 | 6 | 0 | 2E | 5D | 40 | 1F | 58 | 13 |
| Octal | 134 | 62 | 6 | 0 | 56 | 135 | 100 | 37 | 130 | 23 |
| Binary | 1011100 | 110010 | 110 | 0 | 101110 | 1011101 | 1000000 | 11111 | 1011000 | 10011 |
Color Harmonies of #5C3206
Complementary color
Monochromatic Colors of #5C3206
Black with #5C3206
Text Example
Text Example
White with #5C3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3206; }
p { color: rgb(92,50,6); }
H1.HeaderClassName
{
color: #5C3206;
}
.AnyTagClassName
{
color: #5C3206;
}
</style>
background-color css
<style>
a { background-color: #5C3206; }
a { background-color: rgb(92,50,6); }
div.DivClassName
{
background-color: #5C3206;
}
.BgClassName
{
background-color: #5C3206;
}
</style>
border-color css
<style>
span { border-color: #5C3206; }
span { border-color: rgb(92,50,6); }
td.TdClassName
{
border-color: #5C3206;
}
.TagClassName
{
border-color: #5C3206;
}
</style>