Shades of Baker's Chocolate #492604
Tints of Baker's Chocolate #492604
RGB
CMYK
RGB Variations
Color information
#492604 (or 0x492604) is known color: Baker's Chocolate. HEX triplet: 49, 26 and 04. RGB value is (73,38,4). Sum of RGB (Red+Green+Blue) = 73+38+4=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #492604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492604 is #B6D9FB. Grayscale: #2C2C2C. Windows color (decimal): -11983356 or 271945. OLE color: 271945.
HSL color Cylindrical-coordinate representation of color #492604: hue angle of 29.57º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #492604 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 4 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.71 |
| HSL | 29.57º | 0.9% | 0.15% | - |
| HSV(B) | 29.57º | 0.95% | 0.29% | - |
| XYZ | 3.46 | 2.81 | 0.48 | - |
| YUV | 44.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 4 | 0 | 0.48 | 0.95 | 0.71 | 29.57 | 0.9 | 0.15 |
| Hex | 49 | 26 | 4 | 0 | 30 | 5F | 47 | 1E | 5A | F |
| Octal | 111 | 46 | 4 | 0 | 60 | 137 | 107 | 36 | 132 | 17 |
| Binary | 1001001 | 100110 | 100 | 0 | 110000 | 1011111 | 1000111 | 11110 | 1011010 | 1111 |
Color Harmonies of #492604
Complementary color
Monochromatic Colors of #492604
Black with #492604
Text Example
Text Example
White with #492604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492604; }
p { color: rgb(73,38,4); }
H1.HeaderClassName
{
color: #492604;
}
.AnyTagClassName
{
color: #492604;
}
</style>
background-color css
<style>
a { background-color: #492604; }
a { background-color: rgb(73,38,4); }
div.DivClassName
{
background-color: #492604;
}
.BgClassName
{
background-color: #492604;
}
</style>
border-color css
<style>
span { border-color: #492604; }
span { border-color: rgb(73,38,4); }
td.TdClassName
{
border-color: #492604;
}
.TagClassName
{
border-color: #492604;
}
</style>