Shades of Baker's Chocolate #492600
Tints of Baker's Chocolate #492600
RGB
CMYK
RGB Variations
Color information
#492600 (or 0x492600) is known color: Baker's Chocolate. HEX triplet: 49, 26 and 00. RGB value is (73,38,0). Sum of RGB (Red+Green+Blue) = 73+38+0=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #492600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492600 is #B6D9FF. Grayscale: #2C2C2C. Windows color (decimal): -11983360 or 9801. OLE color: 9801.
HSL color Cylindrical-coordinate representation of color #492600: hue angle of 31.23º 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 #492600 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.71 |
| HSL | 31.23º | 1% | 0.14% | - |
| HSV(B) | 31.23º | 1% | 0.29% | - |
| XYZ | 3.44 | 2.8 | 0.36 | - |
| YUV | 44.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 0 | 0 | 0.48 | 1 | 0.71 | 31.23 | 1 | 0.14 |
| Hex | 49 | 26 | 0 | 0 | 30 | 64 | 47 | 1F | 64 | E |
| Octal | 111 | 46 | 0 | 0 | 60 | 144 | 107 | 37 | 144 | 16 |
| Binary | 1001001 | 100110 | 0 | 0 | 110000 | 1100100 | 1000111 | 11111 | 1100100 | 1110 |
Color Harmonies of #492600
Complementary color
Monochromatic Colors of #492600
Black with #492600
Text Example
Text Example
White with #492600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492600; }
p { color: rgb(73,38,0); }
H1.HeaderClassName
{
color: #492600;
}
.AnyTagClassName
{
color: #492600;
}
</style>
background-color css
<style>
a { background-color: #492600; }
a { background-color: rgb(73,38,0); }
div.DivClassName
{
background-color: #492600;
}
.BgClassName
{
background-color: #492600;
}
</style>
border-color css
<style>
span { border-color: #492600; }
span { border-color: rgb(73,38,0); }
td.TdClassName
{
border-color: #492600;
}
.TagClassName
{
border-color: #492600;
}
</style>