Shades of Brown Bramble #4A3016
Tints of Brown Bramble #4A3016
RGB
CMYK
RGB Variations
Color information
#4A3016 (or 0x4A3016) is known color: Brown Bramble. HEX triplet: 4A, 30 and 16. RGB value is (74,48,22). Sum of RGB (Red+Green+Blue) = 74+48+22=144 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.39% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3016 is #B5CFE9. Grayscale: #343434. Windows color (decimal): -11915242 or 1454154. OLE color: 1454154.
HSL color Cylindrical-coordinate representation of color #4A3016: hue angle of 30º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A3016 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 48 | 22 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.71 |
| HSL | 30º | 0.54% | 0.19% | - |
| HSV(B) | 30º | 0.7% | 0.29% | - |
| XYZ | 4.03 | 3.63 | 1.25 | - |
| YUV | 52.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 22 | 0 | 0.35 | 0.70 | 0.71 | 30 | 0.54 | 0.19 |
| Hex | 4A | 30 | 16 | 0 | 23 | 46 | 47 | 1E | 36 | 13 |
| Octal | 112 | 60 | 26 | 0 | 43 | 106 | 107 | 36 | 66 | 23 |
| Binary | 1001010 | 110000 | 10110 | 0 | 100011 | 1000110 | 1000111 | 11110 | 110110 | 10011 |
Color Harmonies of #4A3016
Complementary color
Monochromatic Colors of #4A3016
Black with #4A3016
Text Example
Text Example
White with #4A3016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3016; }
p { color: rgb(74,48,22); }
H1.HeaderClassName
{
color: #4A3016;
}
.AnyTagClassName
{
color: #4A3016;
}
</style>
background-color css
<style>
a { background-color: #4A3016; }
a { background-color: rgb(74,48,22); }
div.DivClassName
{
background-color: #4A3016;
}
.BgClassName
{
background-color: #4A3016;
}
</style>
border-color css
<style>
span { border-color: #4A3016; }
span { border-color: rgb(74,48,22); }
td.TdClassName
{
border-color: #4A3016;
}
.TagClassName
{
border-color: #4A3016;
}
</style>