Shades of Brown Bramble #4F351A
Tints of Brown Bramble #4F351A
RGB
CMYK
RGB Variations
Color information
#4F351A (or 0x4F351A) is known color: Brown Bramble. HEX triplet: 4F, 35 and 1A. RGB value is (79,53,26). Sum of RGB (Red+Green+Blue) = 79+53+26=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F351A is #B0CAE5. Grayscale: #393939. Windows color (decimal): -11586278 or 1717583. OLE color: 1717583.
HSL color Cylindrical-coordinate representation of color #4F351A: hue angle of 30.57º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F351A is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 53 | 26 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.69 |
| HSL | 30.57º | 0.5% | 0.21% | - |
| HSV(B) | 30.57º | 0.67% | 0.31% | - |
| XYZ | 4.68 | 4.28 | 1.56 | - |
| YUV | 57.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 26 | 0 | 0.33 | 0.67 | 0.69 | 30.57 | 0.5 | 0.21 |
| Hex | 4F | 35 | 1A | 0 | 21 | 43 | 45 | 1F | 32 | 15 |
| Octal | 117 | 65 | 32 | 0 | 41 | 103 | 105 | 37 | 62 | 25 |
| Binary | 1001111 | 110101 | 11010 | 0 | 100001 | 1000011 | 1000101 | 11111 | 110010 | 10101 |
Color Harmonies of #4F351A
Complementary color
Monochromatic Colors of #4F351A
Black with #4F351A
Text Example
Text Example
White with #4F351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F351A; }
p { color: rgb(79,53,26); }
H1.HeaderClassName
{
color: #4F351A;
}
.AnyTagClassName
{
color: #4F351A;
}
</style>
background-color css
<style>
a { background-color: #4F351A; }
a { background-color: rgb(79,53,26); }
div.DivClassName
{
background-color: #4F351A;
}
.BgClassName
{
background-color: #4F351A;
}
</style>
border-color css
<style>
span { border-color: #4F351A; }
span { border-color: rgb(79,53,26); }
td.TdClassName
{
border-color: #4F351A;
}
.TagClassName
{
border-color: #4F351A;
}
</style>