Shades of Brown Bramble #50311D
Tints of Brown Bramble #50311D
RGB
CMYK
RGB Variations
Color information
#50311D (or 0x50311D) is known color: Brown Bramble. HEX triplet: 50, 31 and 1D. RGB value is (80,49,29). Sum of RGB (Red+Green+Blue) = 80+49+29=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50311D is #AFCEE2. Grayscale: #383838. Windows color (decimal): -11521763 or 1913168. OLE color: 1913168.
HSL color Cylindrical-coordinate representation of color #50311D: hue angle of 23.53º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50311D is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 29 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.69 |
| HSL | 23.53º | 0.47% | 0.21% | - |
| HSV(B) | 23.53º | 0.64% | 0.31% | - |
| XYZ | 4.63 | 3.99 | 1.69 | - |
| YUV | 55.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 29 | 0 | 0.39 | 0.64 | 0.69 | 23.53 | 0.47 | 0.21 |
| Hex | 50 | 31 | 1D | 0 | 27 | 40 | 45 | 18 | 2F | 15 |
| Octal | 120 | 61 | 35 | 0 | 47 | 100 | 105 | 30 | 57 | 25 |
| Binary | 1010000 | 110001 | 11101 | 0 | 100111 | 1000000 | 1000101 | 11000 | 101111 | 10101 |
Color Harmonies of #50311D
Complementary color
Monochromatic Colors of #50311D
Black with #50311D
Text Example
Text Example
White with #50311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50311D; }
p { color: rgb(80,49,29); }
H1.HeaderClassName
{
color: #50311D;
}
.AnyTagClassName
{
color: #50311D;
}
</style>
background-color css
<style>
a { background-color: #50311D; }
a { background-color: rgb(80,49,29); }
div.DivClassName
{
background-color: #50311D;
}
.BgClassName
{
background-color: #50311D;
}
</style>
border-color css
<style>
span { border-color: #50311D; }
span { border-color: rgb(80,49,29); }
td.TdClassName
{
border-color: #50311D;
}
.TagClassName
{
border-color: #50311D;
}
</style>