Shades of Baker's Chocolate #492402
Tints of Baker's Chocolate #492402
RGB
CMYK
RGB Variations
Color information
#492402 (or 0x492402) is known color: Baker's Chocolate. HEX triplet: 49, 24 and 02. RGB value is (73,36,2). Sum of RGB (Red+Green+Blue) = 73+36+2=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #492402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492402 is #B6DBFD. Grayscale: #2B2B2B. Windows color (decimal): -11983870 or 140361. OLE color: 140361.
HSL color Cylindrical-coordinate representation of color #492402: hue angle of 28.73º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #492402 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 36 | 2 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.71 |
| HSL | 28.73º | 0.95% | 0.15% | - |
| HSV(B) | 28.73º | 0.97% | 0.29% | - |
| XYZ | 3.39 | 2.68 | 0.4 | - |
| YUV | 43.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 2 | 0 | 0.51 | 0.97 | 0.71 | 28.73 | 0.95 | 0.15 |
| Hex | 49 | 24 | 2 | 0 | 33 | 61 | 47 | 1D | 5F | F |
| Octal | 111 | 44 | 2 | 0 | 63 | 141 | 107 | 35 | 137 | 17 |
| Binary | 1001001 | 100100 | 10 | 0 | 110011 | 1100001 | 1000111 | 11101 | 1011111 | 1111 |
Color Harmonies of #492402
Complementary color
Monochromatic Colors of #492402
Black with #492402
Text Example
Text Example
White with #492402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492402; }
p { color: rgb(73,36,2); }
H1.HeaderClassName
{
color: #492402;
}
.AnyTagClassName
{
color: #492402;
}
</style>
background-color css
<style>
a { background-color: #492402; }
a { background-color: rgb(73,36,2); }
div.DivClassName
{
background-color: #492402;
}
.BgClassName
{
background-color: #492402;
}
</style>
border-color css
<style>
span { border-color: #492402; }
span { border-color: rgb(73,36,2); }
td.TdClassName
{
border-color: #492402;
}
.TagClassName
{
border-color: #492402;
}
</style>