Shades of Brown Bramble #50351C
Tints of Brown Bramble #50351C
RGB
CMYK
RGB Variations
Color information
#50351C (or 0x50351C) is known color: Brown Bramble. HEX triplet: 50, 35 and 1C. RGB value is (80,53,28). Sum of RGB (Red+Green+Blue) = 80+53+28=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50351C is #AFCAE3. Grayscale: #3A3A3A. Windows color (decimal): -11520740 or 1848656. OLE color: 1848656.
HSL color Cylindrical-coordinate representation of color #50351C: hue angle of 28.85º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50351C is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 28 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.69 |
| HSL | 28.85º | 0.48% | 0.21% | - |
| HSV(B) | 28.85º | 0.65% | 0.31% | - |
| XYZ | 4.79 | 4.34 | 1.68 | - |
| YUV | 58.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 28 | 0 | 0.34 | 0.65 | 0.69 | 28.85 | 0.48 | 0.21 |
| Hex | 50 | 35 | 1C | 0 | 22 | 41 | 45 | 1D | 30 | 15 |
| Octal | 120 | 65 | 34 | 0 | 42 | 101 | 105 | 35 | 60 | 25 |
| Binary | 1010000 | 110101 | 11100 | 0 | 100010 | 1000001 | 1000101 | 11101 | 110000 | 10101 |
Color Harmonies of #50351C
Complementary color
Monochromatic Colors of #50351C
Black with #50351C
Text Example
Text Example
White with #50351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50351C; }
p { color: rgb(80,53,28); }
H1.HeaderClassName
{
color: #50351C;
}
.AnyTagClassName
{
color: #50351C;
}
</style>
background-color css
<style>
a { background-color: #50351C; }
a { background-color: rgb(80,53,28); }
div.DivClassName
{
background-color: #50351C;
}
.BgClassName
{
background-color: #50351C;
}
</style>
border-color css
<style>
span { border-color: #50351C; }
span { border-color: rgb(80,53,28); }
td.TdClassName
{
border-color: #50351C;
}
.TagClassName
{
border-color: #50351C;
}
</style>