Shades of Brown Bramble #4F321B
Tints of Brown Bramble #4F321B
RGB
CMYK
RGB Variations
Color information
#4F321B (or 0x4F321B) is known color: Brown Bramble. HEX triplet: 4F, 32 and 1B. RGB value is (79,50,27). Sum of RGB (Red+Green+Blue) = 79+50+27=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F321B is #B0CDE4. Grayscale: #383838. Windows color (decimal): -11587045 or 1782351. OLE color: 1782351.
HSL color Cylindrical-coordinate representation of color #4F321B: hue angle of 26.54º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F321B is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 50 | 27 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.69 |
| HSL | 26.54º | 0.49% | 0.21% | - |
| HSV(B) | 26.54º | 0.66% | 0.31% | - |
| XYZ | 4.56 | 4.02 | 1.57 | - |
| YUV | 56.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 27 | 0 | 0.37 | 0.66 | 0.69 | 26.54 | 0.49 | 0.21 |
| Hex | 4F | 32 | 1B | 0 | 25 | 42 | 45 | 1B | 31 | 15 |
| Octal | 117 | 62 | 33 | 0 | 45 | 102 | 105 | 33 | 61 | 25 |
| Binary | 1001111 | 110010 | 11011 | 0 | 100101 | 1000010 | 1000101 | 11011 | 110001 | 10101 |
Color Harmonies of #4F321B
Complementary color
Monochromatic Colors of #4F321B
Black with #4F321B
Text Example
Text Example
White with #4F321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F321B; }
p { color: rgb(79,50,27); }
H1.HeaderClassName
{
color: #4F321B;
}
.AnyTagClassName
{
color: #4F321B;
}
</style>
background-color css
<style>
a { background-color: #4F321B; }
a { background-color: rgb(79,50,27); }
div.DivClassName
{
background-color: #4F321B;
}
.BgClassName
{
background-color: #4F321B;
}
</style>
border-color css
<style>
span { border-color: #4F321B; }
span { border-color: rgb(79,50,27); }
td.TdClassName
{
border-color: #4F321B;
}
.TagClassName
{
border-color: #4F321B;
}
</style>