Shades of Brown Bramble #50351A
Tints of Brown Bramble #50351A
RGB
CMYK
RGB Variations
Color information
#50351A (or 0x50351A) is known color: Brown Bramble. HEX triplet: 50, 35 and 1A. RGB value is (80,53,26). Sum of RGB (Red+Green+Blue) = 80+53+26=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50351A is #AFCAE5. Grayscale: #3A3A3A. Windows color (decimal): -11520742 or 1717584. OLE color: 1717584.
HSL color Cylindrical-coordinate representation of color #50351A: hue angle of 30º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50351A is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 26 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.69 |
| HSL | 30º | 0.51% | 0.21% | - |
| HSV(B) | 30º | 0.68% | 0.31% | - |
| XYZ | 4.77 | 4.33 | 1.56 | - |
| YUV | 58 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 26 | 0 | 0.34 | 0.67 | 0.69 | 30 | 0.51 | 0.21 |
| Hex | 50 | 35 | 1A | 0 | 22 | 43 | 45 | 1E | 33 | 15 |
| Octal | 120 | 65 | 32 | 0 | 42 | 103 | 105 | 36 | 63 | 25 |
| Binary | 1010000 | 110101 | 11010 | 0 | 100010 | 1000011 | 1000101 | 11110 | 110011 | 10101 |
Color Harmonies of #50351A
Complementary color
Monochromatic Colors of #50351A
Black with #50351A
Text Example
Text Example
White with #50351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50351A; }
p { color: rgb(80,53,26); }
H1.HeaderClassName
{
color: #50351A;
}
.AnyTagClassName
{
color: #50351A;
}
</style>
background-color css
<style>
a { background-color: #50351A; }
a { background-color: rgb(80,53,26); }
div.DivClassName
{
background-color: #50351A;
}
.BgClassName
{
background-color: #50351A;
}
</style>
border-color css
<style>
span { border-color: #50351A; }
span { border-color: rgb(80,53,26); }
td.TdClassName
{
border-color: #50351A;
}
.TagClassName
{
border-color: #50351A;
}
</style>