Shades of Brown Bramble #4F331A
Tints of Brown Bramble #4F331A
RGB
CMYK
RGB Variations
Color information
#4F331A (or 0x4F331A) is known color: Brown Bramble. HEX triplet: 4F, 33 and 1A. RGB value is (79,51,26). Sum of RGB (Red+Green+Blue) = 79+51+26=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F331A is #B0CCE5. Grayscale: #383838. Windows color (decimal): -11586790 or 1717071. OLE color: 1717071.
HSL color Cylindrical-coordinate representation of color #4F331A: hue angle of 28.3º 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 #4F331A is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 51 | 26 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.69 |
| HSL | 28.3º | 0.5% | 0.21% | - |
| HSV(B) | 28.3º | 0.67% | 0.31% | - |
| XYZ | 4.59 | 4.1 | 1.53 | - |
| YUV | 56.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 26 | 0 | 0.35 | 0.67 | 0.69 | 28.3 | 0.5 | 0.21 |
| Hex | 4F | 33 | 1A | 0 | 23 | 43 | 45 | 1C | 32 | 15 |
| Octal | 117 | 63 | 32 | 0 | 43 | 103 | 105 | 34 | 62 | 25 |
| Binary | 1001111 | 110011 | 11010 | 0 | 100011 | 1000011 | 1000101 | 11100 | 110010 | 10101 |
Color Harmonies of #4F331A
Complementary color
Monochromatic Colors of #4F331A
Black with #4F331A
Text Example
Text Example
White with #4F331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F331A; }
p { color: rgb(79,51,26); }
H1.HeaderClassName
{
color: #4F331A;
}
.AnyTagClassName
{
color: #4F331A;
}
</style>
background-color css
<style>
a { background-color: #4F331A; }
a { background-color: rgb(79,51,26); }
div.DivClassName
{
background-color: #4F331A;
}
.BgClassName
{
background-color: #4F331A;
}
</style>
border-color css
<style>
span { border-color: #4F331A; }
span { border-color: rgb(79,51,26); }
td.TdClassName
{
border-color: #4F331A;
}
.TagClassName
{
border-color: #4F331A;
}
</style>