Shades of Brown Bramble #492D0C
Tints of Brown Bramble #492D0C
RGB
CMYK
RGB Variations
Color information
#492D0C (or 0x492D0C) is known color: Brown Bramble. HEX triplet: 49, 2D and 0C. RGB value is (73,45,12). Sum of RGB (Red+Green+Blue) = 73+45+12=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492D0C is #B6D2F3. Grayscale: #313131. Windows color (decimal): -11981556 or 798025. OLE color: 798025.
HSL color Cylindrical-coordinate representation of color #492D0C: hue angle of 32.46º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #492D0C is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 45 | 12 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.71 |
| HSL | 32.46º | 0.72% | 0.17% | - |
| HSV(B) | 32.46º | 0.84% | 0.29% | - |
| XYZ | 3.75 | 3.32 | 0.79 | - |
| YUV | 49.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 12 | 0 | 0.38 | 0.84 | 0.71 | 32.46 | 0.72 | 0.17 |
| Hex | 49 | 2D | C | 0 | 26 | 54 | 47 | 20 | 48 | 11 |
| Octal | 111 | 55 | 14 | 0 | 46 | 124 | 107 | 40 | 110 | 21 |
| Binary | 1001001 | 101101 | 1100 | 0 | 100110 | 1010100 | 1000111 | 100000 | 1001000 | 10001 |
Color Harmonies of #492D0C
Complementary color
Monochromatic Colors of #492D0C
Black with #492D0C
Text Example
Text Example
White with #492D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D0C; }
p { color: rgb(73,45,12); }
H1.HeaderClassName
{
color: #492D0C;
}
.AnyTagClassName
{
color: #492D0C;
}
</style>
background-color css
<style>
a { background-color: #492D0C; }
a { background-color: rgb(73,45,12); }
div.DivClassName
{
background-color: #492D0C;
}
.BgClassName
{
background-color: #492D0C;
}
</style>
border-color css
<style>
span { border-color: #492D0C; }
span { border-color: rgb(73,45,12); }
td.TdClassName
{
border-color: #492D0C;
}
.TagClassName
{
border-color: #492D0C;
}
</style>