Shades of Baker's Chocolate #492A07
Tints of Baker's Chocolate #492A07
RGB
CMYK
RGB Variations
Color information
#492A07 (or 0x492A07) is known color: Baker's Chocolate. HEX triplet: 49, 2A and 07. RGB value is (73,42,7). Sum of RGB (Red+Green+Blue) = 73+42+7=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #492A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492A07 is #B6D5F8. Grayscale: #2F2F2F. Windows color (decimal): -11982329 or 469577. OLE color: 469577.
HSL color Cylindrical-coordinate representation of color #492A07: hue angle of 31.82º 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 #492A07 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 42 | 7 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.71 |
| HSL | 31.82º | 0.83% | 0.16% | - |
| HSV(B) | 31.82º | 0.9% | 0.29% | - |
| XYZ | 3.61 | 3.09 | 0.61 | - |
| YUV | 47.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 7 | 0 | 0.42 | 0.90 | 0.71 | 31.82 | 0.83 | 0.16 |
| Hex | 49 | 2A | 7 | 0 | 2A | 5A | 47 | 20 | 52 | 10 |
| Octal | 111 | 52 | 7 | 0 | 52 | 132 | 107 | 40 | 122 | 20 |
| Binary | 1001001 | 101010 | 111 | 0 | 101010 | 1011010 | 1000111 | 100000 | 1010010 | 10000 |
Color Harmonies of #492A07
Complementary color
Monochromatic Colors of #492A07
Black with #492A07
Text Example
Text Example
White with #492A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A07; }
p { color: rgb(73,42,7); }
H1.HeaderClassName
{
color: #492A07;
}
.AnyTagClassName
{
color: #492A07;
}
</style>
background-color css
<style>
a { background-color: #492A07; }
a { background-color: rgb(73,42,7); }
div.DivClassName
{
background-color: #492A07;
}
.BgClassName
{
background-color: #492A07;
}
</style>
border-color css
<style>
span { border-color: #492A07; }
span { border-color: rgb(73,42,7); }
td.TdClassName
{
border-color: #492A07;
}
.TagClassName
{
border-color: #492A07;
}
</style>