Shades of Brown Bramble #503017
Tints of Brown Bramble #503017
RGB
CMYK
RGB Variations
Color information
#503017 (or 0x503017) is known color: Brown Bramble. HEX triplet: 50, 30 and 17. RGB value is (80,48,23). Sum of RGB (Red+Green+Blue) = 80+48+23=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #503017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503017 is #AFCFE8. Grayscale: #363636. Windows color (decimal): -11522025 or 1519696. OLE color: 1519696.
HSL color Cylindrical-coordinate representation of color #503017: hue angle of 26.32º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503017 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 48 | 23 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.69 |
| HSL | 26.32º | 0.55% | 0.2% | - |
| HSV(B) | 26.32º | 0.71% | 0.31% | - |
| XYZ | 4.52 | 3.88 | 1.32 | - |
| YUV | 54.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 23 | 0 | 0.40 | 0.71 | 0.69 | 26.32 | 0.55 | 0.2 |
| Hex | 50 | 30 | 17 | 0 | 28 | 47 | 45 | 1A | 37 | 14 |
| Octal | 120 | 60 | 27 | 0 | 50 | 107 | 105 | 32 | 67 | 24 |
| Binary | 1010000 | 110000 | 10111 | 0 | 101000 | 1000111 | 1000101 | 11010 | 110111 | 10100 |
Color Harmonies of #503017
Complementary color
Monochromatic Colors of #503017
Black with #503017
Text Example
Text Example
White with #503017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503017; }
p { color: rgb(80,48,23); }
H1.HeaderClassName
{
color: #503017;
}
.AnyTagClassName
{
color: #503017;
}
</style>
background-color css
<style>
a { background-color: #503017; }
a { background-color: rgb(80,48,23); }
div.DivClassName
{
background-color: #503017;
}
.BgClassName
{
background-color: #503017;
}
</style>
border-color css
<style>
span { border-color: #503017; }
span { border-color: rgb(80,48,23); }
td.TdClassName
{
border-color: #503017;
}
.TagClassName
{
border-color: #503017;
}
</style>