Shades of Brown Bramble #4F321D
Tints of Brown Bramble #4F321D
RGB
CMYK
RGB Variations
Color information
#4F321D (or 0x4F321D) is known color: Brown Bramble. HEX triplet: 4F, 32 and 1D. RGB value is (79,50,29). Sum of RGB (Red+Green+Blue) = 79+50+29=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F321D is #B0CDE2. Grayscale: #383838. Windows color (decimal): -11587043 or 1913423. OLE color: 1913423.
HSL color Cylindrical-coordinate representation of color #4F321D: hue angle of 25.2º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F321D is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 50 | 29 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.69 |
| HSL | 25.2º | 0.46% | 0.21% | - |
| HSV(B) | 25.2º | 0.63% | 0.31% | - |
| XYZ | 4.59 | 4.03 | 1.7 | - |
| YUV | 56.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 29 | 0 | 0.37 | 0.63 | 0.69 | 25.2 | 0.46 | 0.21 |
| Hex | 4F | 32 | 1D | 0 | 25 | 3F | 45 | 19 | 2E | 15 |
| Octal | 117 | 62 | 35 | 0 | 45 | 77 | 105 | 31 | 56 | 25 |
| Binary | 1001111 | 110010 | 11101 | 0 | 100101 | 111111 | 1000101 | 11001 | 101110 | 10101 |
Color Harmonies of #4F321D
Complementary color
Monochromatic Colors of #4F321D
Black with #4F321D
Text Example
Text Example
White with #4F321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F321D; }
p { color: rgb(79,50,29); }
H1.HeaderClassName
{
color: #4F321D;
}
.AnyTagClassName
{
color: #4F321D;
}
</style>
background-color css
<style>
a { background-color: #4F321D; }
a { background-color: rgb(79,50,29); }
div.DivClassName
{
background-color: #4F321D;
}
.BgClassName
{
background-color: #4F321D;
}
</style>
border-color css
<style>
span { border-color: #4F321D; }
span { border-color: rgb(79,50,29); }
td.TdClassName
{
border-color: #4F321D;
}
.TagClassName
{
border-color: #4F321D;
}
</style>