Shades of Baker's Chocolate #492503
Tints of Baker's Chocolate #492503
RGB
CMYK
RGB Variations
Color information
#492503 (or 0x492503) is known color: Baker's Chocolate. HEX triplet: 49, 25 and 03. RGB value is (73,37,3). Sum of RGB (Red+Green+Blue) = 73+37+3=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #492503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492503 is #B6DAFC. Grayscale: #2C2C2C. Windows color (decimal): -11983613 or 206153. OLE color: 206153.
HSL color Cylindrical-coordinate representation of color #492503: hue angle of 29.14º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #492503 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 3 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.71 |
| HSL | 29.14º | 0.92% | 0.15% | - |
| HSV(B) | 29.14º | 0.96% | 0.29% | - |
| XYZ | 3.43 | 2.75 | 0.44 | - |
| YUV | 43.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 3 | 0 | 0.49 | 0.96 | 0.71 | 29.14 | 0.92 | 0.15 |
| Hex | 49 | 25 | 3 | 0 | 31 | 60 | 47 | 1D | 5C | F |
| Octal | 111 | 45 | 3 | 0 | 61 | 140 | 107 | 35 | 134 | 17 |
| Binary | 1001001 | 100101 | 11 | 0 | 110001 | 1100000 | 1000111 | 11101 | 1011100 | 1111 |
Color Harmonies of #492503
Complementary color
Monochromatic Colors of #492503
Black with #492503
Text Example
Text Example
White with #492503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492503; }
p { color: rgb(73,37,3); }
H1.HeaderClassName
{
color: #492503;
}
.AnyTagClassName
{
color: #492503;
}
</style>
background-color css
<style>
a { background-color: #492503; }
a { background-color: rgb(73,37,3); }
div.DivClassName
{
background-color: #492503;
}
.BgClassName
{
background-color: #492503;
}
</style>
border-color css
<style>
span { border-color: #492503; }
span { border-color: rgb(73,37,3); }
td.TdClassName
{
border-color: #492503;
}
.TagClassName
{
border-color: #492503;
}
</style>