Shades of Brown Bramble #50351F
Tints of Brown Bramble #50351F
RGB
CMYK
RGB Variations
Color information
#50351F (or 0x50351F) is known color: Brown Bramble. HEX triplet: 50, 35 and 1F. RGB value is (80,53,31). Sum of RGB (Red+Green+Blue) = 80+53+31=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50351F is #AFCAE0. Grayscale: #3A3A3A. Windows color (decimal): -11520737 or 2045264. OLE color: 2045264.
HSL color Cylindrical-coordinate representation of color #50351F: hue angle of 26.94º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50351F is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 31 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.69 |
| HSL | 26.94º | 0.44% | 0.22% | - |
| HSV(B) | 26.94º | 0.61% | 0.31% | - |
| XYZ | 4.83 | 4.35 | 1.88 | - |
| YUV | 58.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 31 | 0 | 0.34 | 0.61 | 0.69 | 26.94 | 0.44 | 0.22 |
| Hex | 50 | 35 | 1F | 0 | 22 | 3D | 45 | 1B | 2C | 16 |
| Octal | 120 | 65 | 37 | 0 | 42 | 75 | 105 | 33 | 54 | 26 |
| Binary | 1010000 | 110101 | 11111 | 0 | 100010 | 111101 | 1000101 | 11011 | 101100 | 10110 |
Color Harmonies of #50351F
Complementary color
Monochromatic Colors of #50351F
Black with #50351F
Text Example
Text Example
White with #50351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50351F; }
p { color: rgb(80,53,31); }
H1.HeaderClassName
{
color: #50351F;
}
.AnyTagClassName
{
color: #50351F;
}
</style>
background-color css
<style>
a { background-color: #50351F; }
a { background-color: rgb(80,53,31); }
div.DivClassName
{
background-color: #50351F;
}
.BgClassName
{
background-color: #50351F;
}
</style>
border-color css
<style>
span { border-color: #50351F; }
span { border-color: rgb(80,53,31); }
td.TdClassName
{
border-color: #50351F;
}
.TagClassName
{
border-color: #50351F;
}
</style>