Shades of Brown Bramble #492D12
Tints of Brown Bramble #492D12
RGB
CMYK
RGB Variations
Color information
#492D12 (or 0x492D12) is known color: Brown Bramble. HEX triplet: 49, 2D and 12. RGB value is (73,45,18). Sum of RGB (Red+Green+Blue) = 73+45+18=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #492D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492D12 is #B6D2ED. Grayscale: #323232. Windows color (decimal): -11981550 or 1191241. OLE color: 1191241.
HSL color Cylindrical-coordinate representation of color #492D12: hue angle of 29.45º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492D12 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 45 | 18 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.71 |
| HSL | 29.45º | 0.6% | 0.18% | - |
| HSV(B) | 29.45º | 0.75% | 0.29% | - |
| XYZ | 3.8 | 3.34 | 1.02 | - |
| YUV | 50.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 18 | 0 | 0.38 | 0.75 | 0.71 | 29.45 | 0.6 | 0.18 |
| Hex | 49 | 2D | 12 | 0 | 26 | 4B | 47 | 1D | 3C | 12 |
| Octal | 111 | 55 | 22 | 0 | 46 | 113 | 107 | 35 | 74 | 22 |
| Binary | 1001001 | 101101 | 10010 | 0 | 100110 | 1001011 | 1000111 | 11101 | 111100 | 10010 |
Color Harmonies of #492D12
Complementary color
Monochromatic Colors of #492D12
Black with #492D12
Text Example
Text Example
White with #492D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D12; }
p { color: rgb(73,45,18); }
H1.HeaderClassName
{
color: #492D12;
}
.AnyTagClassName
{
color: #492D12;
}
</style>
background-color css
<style>
a { background-color: #492D12; }
a { background-color: rgb(73,45,18); }
div.DivClassName
{
background-color: #492D12;
}
.BgClassName
{
background-color: #492D12;
}
</style>
border-color css
<style>
span { border-color: #492D12; }
span { border-color: rgb(73,45,18); }
td.TdClassName
{
border-color: #492D12;
}
.TagClassName
{
border-color: #492D12;
}
</style>