Shades of Baker's Chocolate #492C00
Tints of Baker's Chocolate #492C00
RGB
CMYK
RGB Variations
Color information
#492C00 (or 0x492C00) is known color: Baker's Chocolate. HEX triplet: 49, 2C and 00. RGB value is (73,44,0). Sum of RGB (Red+Green+Blue) = 73+44+0=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #492C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492C00 is #B6D3FF. Grayscale: #2F2F2F. Windows color (decimal): -11981824 or 11337. OLE color: 11337.
HSL color Cylindrical-coordinate representation of color #492C00: hue angle of 36.16º 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 #492C00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 44 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.71 |
| HSL | 36.16º | 1% | 0.14% | - |
| HSV(B) | 36.16º | 1% | 0.29% | - |
| XYZ | 3.65 | 3.22 | 0.43 | - |
| YUV | 47.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 0 | 0 | 0.40 | 1 | 0.71 | 36.16 | 1 | 0.14 |
| Hex | 49 | 2C | 0 | 0 | 28 | 64 | 47 | 24 | 64 | E |
| Octal | 111 | 54 | 0 | 0 | 50 | 144 | 107 | 44 | 144 | 16 |
| Binary | 1001001 | 101100 | 0 | 0 | 101000 | 1100100 | 1000111 | 100100 | 1100100 | 1110 |
Color Harmonies of #492C00
Complementary color
Monochromatic Colors of #492C00
Black with #492C00
Text Example
Text Example
White with #492C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C00; }
p { color: rgb(73,44,0); }
H1.HeaderClassName
{
color: #492C00;
}
.AnyTagClassName
{
color: #492C00;
}
</style>
background-color css
<style>
a { background-color: #492C00; }
a { background-color: rgb(73,44,0); }
div.DivClassName
{
background-color: #492C00;
}
.BgClassName
{
background-color: #492C00;
}
</style>
border-color css
<style>
span { border-color: #492C00; }
span { border-color: rgb(73,44,0); }
td.TdClassName
{
border-color: #492C00;
}
.TagClassName
{
border-color: #492C00;
}
</style>