Shades of Baker's Chocolate #492900
Tints of Baker's Chocolate #492900
RGB
CMYK
RGB Variations
Color information
#492900 (or 0x492900) is known color: Baker's Chocolate. HEX triplet: 49, 29 and 00. RGB value is (73,41,0). Sum of RGB (Red+Green+Blue) = 73+41+0=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #492900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492900 is #B6D6FF. Grayscale: #2E2E2E. Windows color (decimal): -11982592 or 10569. OLE color: 10569.
HSL color Cylindrical-coordinate representation of color #492900: hue angle of 33.7º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #492900 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 41 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.71 |
| HSL | 33.7º | 1% | 0.14% | - |
| HSV(B) | 33.7º | 1% | 0.29% | - |
| XYZ | 3.54 | 3 | 0.39 | - |
| YUV | 45.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 0 | 0 | 0.44 | 1 | 0.71 | 33.7 | 1 | 0.14 |
| Hex | 49 | 29 | 0 | 0 | 2C | 64 | 47 | 22 | 64 | E |
| Octal | 111 | 51 | 0 | 0 | 54 | 144 | 107 | 42 | 144 | 16 |
| Binary | 1001001 | 101001 | 0 | 0 | 101100 | 1100100 | 1000111 | 100010 | 1100100 | 1110 |
Color Harmonies of #492900
Complementary color
Monochromatic Colors of #492900
Black with #492900
Text Example
Text Example
White with #492900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492900; }
p { color: rgb(73,41,0); }
H1.HeaderClassName
{
color: #492900;
}
.AnyTagClassName
{
color: #492900;
}
</style>
background-color css
<style>
a { background-color: #492900; }
a { background-color: rgb(73,41,0); }
div.DivClassName
{
background-color: #492900;
}
.BgClassName
{
background-color: #492900;
}
</style>
border-color css
<style>
span { border-color: #492900; }
span { border-color: rgb(73,41,0); }
td.TdClassName
{
border-color: #492900;
}
.TagClassName
{
border-color: #492900;
}
</style>