Shades of Brown Bramble #4F351C
Tints of Brown Bramble #4F351C
RGB
CMYK
RGB Variations
Color information
#4F351C (or 0x4F351C) is known color: Brown Bramble. HEX triplet: 4F, 35 and 1C. RGB value is (79,53,28). Sum of RGB (Red+Green+Blue) = 79+53+28=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F351C is #B0CAE3. Grayscale: #3A3A3A. Windows color (decimal): -11586276 or 1848655. OLE color: 1848655.
HSL color Cylindrical-coordinate representation of color #4F351C: hue angle of 29.41º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F351C is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 53 | 28 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.69 |
| HSL | 29.41º | 0.48% | 0.21% | - |
| HSV(B) | 29.41º | 0.65% | 0.31% | - |
| XYZ | 4.71 | 4.29 | 1.68 | - |
| YUV | 57.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 28 | 0 | 0.33 | 0.65 | 0.69 | 29.41 | 0.48 | 0.21 |
| Hex | 4F | 35 | 1C | 0 | 21 | 41 | 45 | 1D | 30 | 15 |
| Octal | 117 | 65 | 34 | 0 | 41 | 101 | 105 | 35 | 60 | 25 |
| Binary | 1001111 | 110101 | 11100 | 0 | 100001 | 1000001 | 1000101 | 11101 | 110000 | 10101 |
Color Harmonies of #4F351C
Complementary color
Monochromatic Colors of #4F351C
Black with #4F351C
Text Example
Text Example
White with #4F351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F351C; }
p { color: rgb(79,53,28); }
H1.HeaderClassName
{
color: #4F351C;
}
.AnyTagClassName
{
color: #4F351C;
}
</style>
background-color css
<style>
a { background-color: #4F351C; }
a { background-color: rgb(79,53,28); }
div.DivClassName
{
background-color: #4F351C;
}
.BgClassName
{
background-color: #4F351C;
}
</style>
border-color css
<style>
span { border-color: #4F351C; }
span { border-color: rgb(79,53,28); }
td.TdClassName
{
border-color: #4F351C;
}
.TagClassName
{
border-color: #4F351C;
}
</style>