Shades of Brown Bramble #4F341E
Tints of Brown Bramble #4F341E
RGB
CMYK
RGB Variations
Color information
#4F341E (or 0x4F341E) is known color: Brown Bramble. HEX triplet: 4F, 34 and 1E. RGB value is (79,52,30). Sum of RGB (Red+Green+Blue) = 79+52+30=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F341E is #B0CBE1. Grayscale: #393939. Windows color (decimal): -11586530 or 1979471. OLE color: 1979471.
HSL color Cylindrical-coordinate representation of color #4F341E: hue angle of 26.94º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F341E is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 52 | 30 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.69 |
| HSL | 26.94º | 0.45% | 0.21% | - |
| HSV(B) | 26.94º | 0.62% | 0.31% | - |
| XYZ | 4.69 | 4.21 | 1.79 | - |
| YUV | 57.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 30 | 0 | 0.34 | 0.62 | 0.69 | 26.94 | 0.45 | 0.21 |
| Hex | 4F | 34 | 1E | 0 | 22 | 3E | 45 | 1B | 2D | 15 |
| Octal | 117 | 64 | 36 | 0 | 42 | 76 | 105 | 33 | 55 | 25 |
| Binary | 1001111 | 110100 | 11110 | 0 | 100010 | 111110 | 1000101 | 11011 | 101101 | 10101 |
Color Harmonies of #4F341E
Complementary color
Monochromatic Colors of #4F341E
Black with #4F341E
Text Example
Text Example
White with #4F341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F341E; }
p { color: rgb(79,52,30); }
H1.HeaderClassName
{
color: #4F341E;
}
.AnyTagClassName
{
color: #4F341E;
}
</style>
background-color css
<style>
a { background-color: #4F341E; }
a { background-color: rgb(79,52,30); }
div.DivClassName
{
background-color: #4F341E;
}
.BgClassName
{
background-color: #4F341E;
}
</style>
border-color css
<style>
span { border-color: #4F341E; }
span { border-color: rgb(79,52,30); }
td.TdClassName
{
border-color: #4F341E;
}
.TagClassName
{
border-color: #4F341E;
}
</style>