Shades of Baker's Chocolate #492603
Tints of Baker's Chocolate #492603
RGB
CMYK
RGB Variations
Color information
#492603 (or 0x492603) is known color: Baker's Chocolate. HEX triplet: 49, 26 and 03. RGB value is (73,38,3). Sum of RGB (Red+Green+Blue) = 73+38+3=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #492603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492603 is #B6D9FC. Grayscale: #2C2C2C. Windows color (decimal): -11983357 or 206409. OLE color: 206409.
HSL color Cylindrical-coordinate representation of color #492603: hue angle of 30º 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 #492603 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 3 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.71 |
| HSL | 30º | 0.92% | 0.15% | - |
| HSV(B) | 30º | 0.96% | 0.29% | - |
| XYZ | 3.46 | 2.81 | 0.45 | - |
| YUV | 44.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 3 | 0 | 0.48 | 0.96 | 0.71 | 30 | 0.92 | 0.15 |
| Hex | 49 | 26 | 3 | 0 | 30 | 60 | 47 | 1E | 5C | F |
| Octal | 111 | 46 | 3 | 0 | 60 | 140 | 107 | 36 | 134 | 17 |
| Binary | 1001001 | 100110 | 11 | 0 | 110000 | 1100000 | 1000111 | 11110 | 1011100 | 1111 |
Color Harmonies of #492603
Complementary color
Monochromatic Colors of #492603
Black with #492603
Text Example
Text Example
White with #492603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492603; }
p { color: rgb(73,38,3); }
H1.HeaderClassName
{
color: #492603;
}
.AnyTagClassName
{
color: #492603;
}
</style>
background-color css
<style>
a { background-color: #492603; }
a { background-color: rgb(73,38,3); }
div.DivClassName
{
background-color: #492603;
}
.BgClassName
{
background-color: #492603;
}
</style>
border-color css
<style>
span { border-color: #492603; }
span { border-color: rgb(73,38,3); }
td.TdClassName
{
border-color: #492603;
}
.TagClassName
{
border-color: #492603;
}
</style>