Shades of Baker's Chocolate #492C07
Tints of Baker's Chocolate #492C07
RGB
CMYK
RGB Variations
Color information
#492C07 (or 0x492C07) is known color: Baker's Chocolate. HEX triplet: 49, 2C and 07. RGB value is (73,44,7). Sum of RGB (Red+Green+Blue) = 73+44+7=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #492C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492C07 is #B6D3F8. Grayscale: #303030. Windows color (decimal): -11981817 or 470089. OLE color: 470089.
HSL color Cylindrical-coordinate representation of color #492C07: hue angle of 33.64º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #492C07 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 44 | 7 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.71 |
| HSL | 33.64º | 0.83% | 0.16% | - |
| HSV(B) | 33.64º | 0.9% | 0.29% | - |
| XYZ | 3.69 | 3.23 | 0.63 | - |
| YUV | 48.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 7 | 0 | 0.40 | 0.90 | 0.71 | 33.64 | 0.83 | 0.16 |
| Hex | 49 | 2C | 7 | 0 | 28 | 5A | 47 | 22 | 52 | 10 |
| Octal | 111 | 54 | 7 | 0 | 50 | 132 | 107 | 42 | 122 | 20 |
| Binary | 1001001 | 101100 | 111 | 0 | 101000 | 1011010 | 1000111 | 100010 | 1010010 | 10000 |
Color Harmonies of #492C07
Complementary color
Monochromatic Colors of #492C07
Black with #492C07
Text Example
Text Example
White with #492C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C07; }
p { color: rgb(73,44,7); }
H1.HeaderClassName
{
color: #492C07;
}
.AnyTagClassName
{
color: #492C07;
}
</style>
background-color css
<style>
a { background-color: #492C07; }
a { background-color: rgb(73,44,7); }
div.DivClassName
{
background-color: #492C07;
}
.BgClassName
{
background-color: #492C07;
}
</style>
border-color css
<style>
span { border-color: #492C07; }
span { border-color: rgb(73,44,7); }
td.TdClassName
{
border-color: #492C07;
}
.TagClassName
{
border-color: #492C07;
}
</style>