Shades of Brown Bramble #50351B
Tints of Brown Bramble #50351B
RGB
CMYK
RGB Variations
Color information
#50351B (or 0x50351B) is known color: Brown Bramble. HEX triplet: 50, 35 and 1B. RGB value is (80,53,27). Sum of RGB (Red+Green+Blue) = 80+53+27=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50351B is #AFCAE4. Grayscale: #3A3A3A. Windows color (decimal): -11520741 or 1783120. OLE color: 1783120.
HSL color Cylindrical-coordinate representation of color #50351B: hue angle of 29.43º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50351B is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 27 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.69 |
| HSL | 29.43º | 0.5% | 0.21% | - |
| HSV(B) | 29.43º | 0.66% | 0.31% | - |
| XYZ | 4.78 | 4.33 | 1.62 | - |
| YUV | 58.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 27 | 0 | 0.34 | 0.66 | 0.69 | 29.43 | 0.5 | 0.21 |
| Hex | 50 | 35 | 1B | 0 | 22 | 42 | 45 | 1D | 32 | 15 |
| Octal | 120 | 65 | 33 | 0 | 42 | 102 | 105 | 35 | 62 | 25 |
| Binary | 1010000 | 110101 | 11011 | 0 | 100010 | 1000010 | 1000101 | 11101 | 110010 | 10101 |
Color Harmonies of #50351B
Complementary color
Monochromatic Colors of #50351B
Black with #50351B
Text Example
Text Example
White with #50351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50351B; }
p { color: rgb(80,53,27); }
H1.HeaderClassName
{
color: #50351B;
}
.AnyTagClassName
{
color: #50351B;
}
</style>
background-color css
<style>
a { background-color: #50351B; }
a { background-color: rgb(80,53,27); }
div.DivClassName
{
background-color: #50351B;
}
.BgClassName
{
background-color: #50351B;
}
</style>
border-color css
<style>
span { border-color: #50351B; }
span { border-color: rgb(80,53,27); }
td.TdClassName
{
border-color: #50351B;
}
.TagClassName
{
border-color: #50351B;
}
</style>