Shades of Brown Bramble #50321F
Tints of Brown Bramble #50321F
RGB
CMYK
RGB Variations
Color information
#50321F (or 0x50321F) is known color: Brown Bramble. HEX triplet: 50, 32 and 1F. RGB value is (80,50,31). Sum of RGB (Red+Green+Blue) = 80+50+31=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50321F is #AFCDE0. Grayscale: #383838. Windows color (decimal): -11521505 or 2044496. OLE color: 2044496.
HSL color Cylindrical-coordinate representation of color #50321F: hue angle of 23.27º 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 #50321F is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 31 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.69 |
| HSL | 23.27º | 0.44% | 0.22% | - |
| HSV(B) | 23.27º | 0.61% | 0.31% | - |
| XYZ | 4.7 | 4.09 | 1.84 | - |
| YUV | 56.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 31 | 0 | 0.37 | 0.61 | 0.69 | 23.27 | 0.44 | 0.22 |
| Hex | 50 | 32 | 1F | 0 | 25 | 3D | 45 | 17 | 2C | 16 |
| Octal | 120 | 62 | 37 | 0 | 45 | 75 | 105 | 27 | 54 | 26 |
| Binary | 1010000 | 110010 | 11111 | 0 | 100101 | 111101 | 1000101 | 10111 | 101100 | 10110 |
Color Harmonies of #50321F
Complementary color
Monochromatic Colors of #50321F
Black with #50321F
Text Example
Text Example
White with #50321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50321F; }
p { color: rgb(80,50,31); }
H1.HeaderClassName
{
color: #50321F;
}
.AnyTagClassName
{
color: #50321F;
}
</style>
background-color css
<style>
a { background-color: #50321F; }
a { background-color: rgb(80,50,31); }
div.DivClassName
{
background-color: #50321F;
}
.BgClassName
{
background-color: #50321F;
}
</style>
border-color css
<style>
span { border-color: #50321F; }
span { border-color: rgb(80,50,31); }
td.TdClassName
{
border-color: #50321F;
}
.TagClassName
{
border-color: #50321F;
}
</style>