Shades of Baker's Chocolate #492B00
Tints of Baker's Chocolate #492B00
RGB
CMYK
RGB Variations
Color information
#492B00 (or 0x492B00) is known color: Baker's Chocolate. HEX triplet: 49, 2B and 00. RGB value is (73,43,0). Sum of RGB (Red+Green+Blue) = 73+43+0=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #492B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492B00 is #B6D4FF. Grayscale: #2F2F2F. Windows color (decimal): -11982080 or 11081. OLE color: 11081.
HSL color Cylindrical-coordinate representation of color #492B00: hue angle of 35.34º 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 #492B00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 43 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.71 |
| HSL | 35.34º | 1% | 0.14% | - |
| HSV(B) | 35.34º | 1% | 0.29% | - |
| XYZ | 3.61 | 3.14 | 0.42 | - |
| YUV | 47.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 0 | 0 | 0.41 | 1 | 0.71 | 35.34 | 1 | 0.14 |
| Hex | 49 | 2B | 0 | 0 | 29 | 64 | 47 | 23 | 64 | E |
| Octal | 111 | 53 | 0 | 0 | 51 | 144 | 107 | 43 | 144 | 16 |
| Binary | 1001001 | 101011 | 0 | 0 | 101001 | 1100100 | 1000111 | 100011 | 1100100 | 1110 |
Color Harmonies of #492B00
Complementary color
Monochromatic Colors of #492B00
Black with #492B00
Text Example
Text Example
White with #492B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B00; }
p { color: rgb(73,43,0); }
H1.HeaderClassName
{
color: #492B00;
}
.AnyTagClassName
{
color: #492B00;
}
</style>
background-color css
<style>
a { background-color: #492B00; }
a { background-color: rgb(73,43,0); }
div.DivClassName
{
background-color: #492B00;
}
.BgClassName
{
background-color: #492B00;
}
</style>
border-color css
<style>
span { border-color: #492B00; }
span { border-color: rgb(73,43,0); }
td.TdClassName
{
border-color: #492B00;
}
.TagClassName
{
border-color: #492B00;
}
</style>