Shades of Baker's Chocolate #492400
Tints of Baker's Chocolate #492400
RGB
CMYK
RGB Variations
Color information
#492400 (or 0x492400) is known color: Baker's Chocolate. HEX triplet: 49, 24 and 00. RGB value is (73,36,0). Sum of RGB (Red+Green+Blue) = 73+36+0=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #492400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492400 is #B6DBFF. Grayscale: #2B2B2B. Windows color (decimal): -11983872 or 9289. OLE color: 9289.
HSL color Cylindrical-coordinate representation of color #492400: hue angle of 29.59º 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 #492400 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 36 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.71 |
| HSL | 29.59º | 1% | 0.14% | - |
| HSV(B) | 29.59º | 1% | 0.29% | - |
| XYZ | 3.38 | 2.68 | 0.34 | - |
| YUV | 42.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 0 | 0 | 0.51 | 1 | 0.71 | 29.59 | 1 | 0.14 |
| Hex | 49 | 24 | 0 | 0 | 33 | 64 | 47 | 1E | 64 | E |
| Octal | 111 | 44 | 0 | 0 | 63 | 144 | 107 | 36 | 144 | 16 |
| Binary | 1001001 | 100100 | 0 | 0 | 110011 | 1100100 | 1000111 | 11110 | 1100100 | 1110 |
Color Harmonies of #492400
Complementary color
Monochromatic Colors of #492400
Black with #492400
Text Example
Text Example
White with #492400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492400; }
p { color: rgb(73,36,0); }
H1.HeaderClassName
{
color: #492400;
}
.AnyTagClassName
{
color: #492400;
}
</style>
background-color css
<style>
a { background-color: #492400; }
a { background-color: rgb(73,36,0); }
div.DivClassName
{
background-color: #492400;
}
.BgClassName
{
background-color: #492400;
}
</style>
border-color css
<style>
span { border-color: #492400; }
span { border-color: rgb(73,36,0); }
td.TdClassName
{
border-color: #492400;
}
.TagClassName
{
border-color: #492400;
}
</style>