Shades of Brown Bramble #503416
Tints of Brown Bramble #503416
RGB
CMYK
RGB Variations
Color information
#503416 (or 0x503416) is known color: Brown Bramble. HEX triplet: 50, 34 and 16. RGB value is (80,52,22). Sum of RGB (Red+Green+Blue) = 80+52+22=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #503416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503416 is #AFCBE9. Grayscale: #393939. Windows color (decimal): -11521002 or 1455184. OLE color: 1455184.
HSL color Cylindrical-coordinate representation of color #503416: hue angle of 31.03º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503416 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 52 | 22 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.69 |
| HSL | 31.03º | 0.57% | 0.2% | - |
| HSV(B) | 31.03º | 0.73% | 0.31% | - |
| XYZ | 4.68 | 4.22 | 1.33 | - |
| YUV | 56.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 22 | 0 | 0.35 | 0.72 | 0.69 | 31.03 | 0.57 | 0.2 |
| Hex | 50 | 34 | 16 | 0 | 23 | 48 | 45 | 1F | 39 | 14 |
| Octal | 120 | 64 | 26 | 0 | 43 | 110 | 105 | 37 | 71 | 24 |
| Binary | 1010000 | 110100 | 10110 | 0 | 100011 | 1001000 | 1000101 | 11111 | 111001 | 10100 |
Color Harmonies of #503416
Complementary color
Monochromatic Colors of #503416
Black with #503416
Text Example
Text Example
White with #503416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503416; }
p { color: rgb(80,52,22); }
H1.HeaderClassName
{
color: #503416;
}
.AnyTagClassName
{
color: #503416;
}
</style>
background-color css
<style>
a { background-color: #503416; }
a { background-color: rgb(80,52,22); }
div.DivClassName
{
background-color: #503416;
}
.BgClassName
{
background-color: #503416;
}
</style>
border-color css
<style>
span { border-color: #503416; }
span { border-color: rgb(80,52,22); }
td.TdClassName
{
border-color: #503416;
}
.TagClassName
{
border-color: #503416;
}
</style>