Shades of Brown Bramble #4A3017
Tints of Brown Bramble #4A3017
RGB
CMYK
RGB Variations
Color information
#4A3017 (or 0x4A3017) is known color: Brown Bramble. HEX triplet: 4A, 30 and 17. RGB value is (74,48,23). Sum of RGB (Red+Green+Blue) = 74+48+23=145 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.03% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3017 is #B5CFE8. Grayscale: #353535. Windows color (decimal): -11915241 or 1519690. OLE color: 1519690.
HSL color Cylindrical-coordinate representation of color #4A3017: hue angle of 29.41º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A3017 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 48 | 23 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.71 |
| HSL | 29.41º | 0.53% | 0.19% | - |
| HSV(B) | 29.41º | 0.69% | 0.29% | - |
| XYZ | 4.04 | 3.63 | 1.3 | - |
| YUV | 52.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 23 | 0 | 0.35 | 0.69 | 0.71 | 29.41 | 0.53 | 0.19 |
| Hex | 4A | 30 | 17 | 0 | 23 | 45 | 47 | 1D | 35 | 13 |
| Octal | 112 | 60 | 27 | 0 | 43 | 105 | 107 | 35 | 65 | 23 |
| Binary | 1001010 | 110000 | 10111 | 0 | 100011 | 1000101 | 1000111 | 11101 | 110101 | 10011 |
Color Harmonies of #4A3017
Complementary color
Monochromatic Colors of #4A3017
Black with #4A3017
Text Example
Text Example
White with #4A3017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3017; }
p { color: rgb(74,48,23); }
H1.HeaderClassName
{
color: #4A3017;
}
.AnyTagClassName
{
color: #4A3017;
}
</style>
background-color css
<style>
a { background-color: #4A3017; }
a { background-color: rgb(74,48,23); }
div.DivClassName
{
background-color: #4A3017;
}
.BgClassName
{
background-color: #4A3017;
}
</style>
border-color css
<style>
span { border-color: #4A3017; }
span { border-color: rgb(74,48,23); }
td.TdClassName
{
border-color: #4A3017;
}
.TagClassName
{
border-color: #4A3017;
}
</style>