Shades of Baker's Chocolate #492C06
Tints of Baker's Chocolate #492C06
RGB
CMYK
RGB Variations
Color information
#492C06 (or 0x492C06) is known color: Baker's Chocolate. HEX triplet: 49, 2C and 06. RGB value is (73,44,6). Sum of RGB (Red+Green+Blue) = 73+44+6=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #492C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492C06 is #B6D3F9. Grayscale: #303030. Windows color (decimal): -11981818 or 404553. OLE color: 404553.
HSL color Cylindrical-coordinate representation of color #492C06: hue angle of 34.03º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #492C06 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 44 | 6 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.71 |
| HSL | 34.03º | 0.85% | 0.15% | - |
| HSV(B) | 34.03º | 0.92% | 0.29% | - |
| XYZ | 3.68 | 3.23 | 0.6 | - |
| YUV | 48.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 6 | 0 | 0.40 | 0.92 | 0.71 | 34.03 | 0.85 | 0.15 |
| Hex | 49 | 2C | 6 | 0 | 28 | 5C | 47 | 22 | 55 | F |
| Octal | 111 | 54 | 6 | 0 | 50 | 134 | 107 | 42 | 125 | 17 |
| Binary | 1001001 | 101100 | 110 | 0 | 101000 | 1011100 | 1000111 | 100010 | 1010101 | 1111 |
Color Harmonies of #492C06
Complementary color
Monochromatic Colors of #492C06
Black with #492C06
Text Example
Text Example
White with #492C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C06; }
p { color: rgb(73,44,6); }
H1.HeaderClassName
{
color: #492C06;
}
.AnyTagClassName
{
color: #492C06;
}
</style>
background-color css
<style>
a { background-color: #492C06; }
a { background-color: rgb(73,44,6); }
div.DivClassName
{
background-color: #492C06;
}
.BgClassName
{
background-color: #492C06;
}
</style>
border-color css
<style>
span { border-color: #492C06; }
span { border-color: rgb(73,44,6); }
td.TdClassName
{
border-color: #492C06;
}
.TagClassName
{
border-color: #492C06;
}
</style>