Shades of Brown Bramble #4F3315
Tints of Brown Bramble #4F3315
RGB
CMYK
RGB Variations
Color information
#4F3315 (or 0x4F3315) is known color: Brown Bramble. HEX triplet: 4F, 33 and 15. RGB value is (79,51,21). Sum of RGB (Red+Green+Blue) = 79+51+21=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3315 is #B0CCEA. Grayscale: #383838. Windows color (decimal): -11586795 or 1389391. OLE color: 1389391.
HSL color Cylindrical-coordinate representation of color #4F3315: hue angle of 31.03º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F3315 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 51 | 21 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.69 |
| HSL | 31.03º | 0.58% | 0.2% | - |
| HSV(B) | 31.03º | 0.73% | 0.31% | - |
| XYZ | 4.54 | 4.08 | 1.26 | - |
| YUV | 55.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 21 | 0 | 0.35 | 0.73 | 0.69 | 31.03 | 0.58 | 0.2 |
| Hex | 4F | 33 | 15 | 0 | 23 | 49 | 45 | 1F | 3A | 14 |
| Octal | 117 | 63 | 25 | 0 | 43 | 111 | 105 | 37 | 72 | 24 |
| Binary | 1001111 | 110011 | 10101 | 0 | 100011 | 1001001 | 1000101 | 11111 | 111010 | 10100 |
Color Harmonies of #4F3315
Complementary color
Monochromatic Colors of #4F3315
Black with #4F3315
Text Example
Text Example
White with #4F3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3315; }
p { color: rgb(79,51,21); }
H1.HeaderClassName
{
color: #4F3315;
}
.AnyTagClassName
{
color: #4F3315;
}
</style>
background-color css
<style>
a { background-color: #4F3315; }
a { background-color: rgb(79,51,21); }
div.DivClassName
{
background-color: #4F3315;
}
.BgClassName
{
background-color: #4F3315;
}
</style>
border-color css
<style>
span { border-color: #4F3315; }
span { border-color: rgb(79,51,21); }
td.TdClassName
{
border-color: #4F3315;
}
.TagClassName
{
border-color: #4F3315;
}
</style>