Shades of Baker's Chocolate #492700
Tints of Baker's Chocolate #492700
RGB
CMYK
RGB Variations
Color information
#492700 (or 0x492700) is known color: Baker's Chocolate. HEX triplet: 49, 27 and 00. RGB value is (73,39,0). Sum of RGB (Red+Green+Blue) = 73+39+0=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #492700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492700 is #B6D8FF. Grayscale: #2C2C2C. Windows color (decimal): -11983104 or 10057. OLE color: 10057.
HSL color Cylindrical-coordinate representation of color #492700: hue angle of 32.05º 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 #492700 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 39 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.71 |
| HSL | 32.05º | 1% | 0.14% | - |
| HSV(B) | 32.05º | 1% | 0.29% | - |
| XYZ | 3.47 | 2.87 | 0.37 | - |
| YUV | 44.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 0 | 0 | 0.47 | 1 | 0.71 | 32.05 | 1 | 0.14 |
| Hex | 49 | 27 | 0 | 0 | 2F | 64 | 47 | 20 | 64 | E |
| Octal | 111 | 47 | 0 | 0 | 57 | 144 | 107 | 40 | 144 | 16 |
| Binary | 1001001 | 100111 | 0 | 0 | 101111 | 1100100 | 1000111 | 100000 | 1100100 | 1110 |
Color Harmonies of #492700
Complementary color
Monochromatic Colors of #492700
Black with #492700
Text Example
Text Example
White with #492700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492700; }
p { color: rgb(73,39,0); }
H1.HeaderClassName
{
color: #492700;
}
.AnyTagClassName
{
color: #492700;
}
</style>
background-color css
<style>
a { background-color: #492700; }
a { background-color: rgb(73,39,0); }
div.DivClassName
{
background-color: #492700;
}
.BgClassName
{
background-color: #492700;
}
</style>
border-color css
<style>
span { border-color: #492700; }
span { border-color: rgb(73,39,0); }
td.TdClassName
{
border-color: #492700;
}
.TagClassName
{
border-color: #492700;
}
</style>