Shades of Brown Bramble #4F321C
Tints of Brown Bramble #4F321C
RGB
CMYK
RGB Variations
Color information
#4F321C (or 0x4F321C) is known color: Brown Bramble. HEX triplet: 4F, 32 and 1C. RGB value is (79,50,28). Sum of RGB (Red+Green+Blue) = 79+50+28=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F321C is #B0CDE3. Grayscale: #383838. Windows color (decimal): -11587044 or 1847887. OLE color: 1847887.
HSL color Cylindrical-coordinate representation of color #4F321C: hue angle of 25.88º 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 #4F321C is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 50 | 28 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.69 |
| HSL | 25.88º | 0.48% | 0.21% | - |
| HSV(B) | 25.88º | 0.65% | 0.31% | - |
| XYZ | 4.57 | 4.03 | 1.63 | - |
| YUV | 56.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 28 | 0 | 0.37 | 0.65 | 0.69 | 25.88 | 0.48 | 0.21 |
| Hex | 4F | 32 | 1C | 0 | 25 | 41 | 45 | 1A | 30 | 15 |
| Octal | 117 | 62 | 34 | 0 | 45 | 101 | 105 | 32 | 60 | 25 |
| Binary | 1001111 | 110010 | 11100 | 0 | 100101 | 1000001 | 1000101 | 11010 | 110000 | 10101 |
Color Harmonies of #4F321C
Complementary color
Monochromatic Colors of #4F321C
Black with #4F321C
Text Example
Text Example
White with #4F321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F321C; }
p { color: rgb(79,50,28); }
H1.HeaderClassName
{
color: #4F321C;
}
.AnyTagClassName
{
color: #4F321C;
}
</style>
background-color css
<style>
a { background-color: #4F321C; }
a { background-color: rgb(79,50,28); }
div.DivClassName
{
background-color: #4F321C;
}
.BgClassName
{
background-color: #4F321C;
}
</style>
border-color css
<style>
span { border-color: #4F321C; }
span { border-color: rgb(79,50,28); }
td.TdClassName
{
border-color: #4F321C;
}
.TagClassName
{
border-color: #4F321C;
}
</style>