Shades of Brown Bramble #503217
Tints of Brown Bramble #503217
RGB
CMYK
RGB Variations
Color information
#503217 (or 0x503217) is known color: Brown Bramble. HEX triplet: 50, 32 and 17. RGB value is (80,50,23). Sum of RGB (Red+Green+Blue) = 80+50+23=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #503217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503217 is #AFCDE8. Grayscale: #383838. Windows color (decimal): -11521513 or 1520208. OLE color: 1520208.
HSL color Cylindrical-coordinate representation of color #503217: hue angle of 28.42º 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 #503217 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 23 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.69 |
| HSL | 28.42º | 0.55% | 0.2% | - |
| HSV(B) | 28.42º | 0.71% | 0.31% | - |
| XYZ | 4.6 | 4.05 | 1.35 | - |
| YUV | 55.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 23 | 0 | 0.37 | 0.71 | 0.69 | 28.42 | 0.55 | 0.2 |
| Hex | 50 | 32 | 17 | 0 | 25 | 47 | 45 | 1C | 37 | 14 |
| Octal | 120 | 62 | 27 | 0 | 45 | 107 | 105 | 34 | 67 | 24 |
| Binary | 1010000 | 110010 | 10111 | 0 | 100101 | 1000111 | 1000101 | 11100 | 110111 | 10100 |
Color Harmonies of #503217
Complementary color
Monochromatic Colors of #503217
Black with #503217
Text Example
Text Example
White with #503217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503217; }
p { color: rgb(80,50,23); }
H1.HeaderClassName
{
color: #503217;
}
.AnyTagClassName
{
color: #503217;
}
</style>
background-color css
<style>
a { background-color: #503217; }
a { background-color: rgb(80,50,23); }
div.DivClassName
{
background-color: #503217;
}
.BgClassName
{
background-color: #503217;
}
</style>
border-color css
<style>
span { border-color: #503217; }
span { border-color: rgb(80,50,23); }
td.TdClassName
{
border-color: #503217;
}
.TagClassName
{
border-color: #503217;
}
</style>