Shades of Brown Bramble #503721
Tints of Brown Bramble #503721
RGB
CMYK
RGB Variations
Color information
#503721 (or 0x503721) is known color: Brown Bramble. HEX triplet: 50, 37 and 21. RGB value is (80,55,33). Sum of RGB (Red+Green+Blue) = 80+55+33=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503721 is #AFC8DE. Grayscale: #3C3C3C. Windows color (decimal): -11520223 or 2176848. OLE color: 2176848.
HSL color Cylindrical-coordinate representation of color #503721: hue angle of 28.09º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503721 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 55 | 33 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.69 |
| HSL | 28.09º | 0.42% | 0.22% | - |
| HSV(B) | 28.09º | 0.59% | 0.31% | - |
| XYZ | 4.95 | 4.55 | 2.06 | - |
| YUV | 59.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 33 | 0 | 0.31 | 0.59 | 0.69 | 28.09 | 0.42 | 0.22 |
| Hex | 50 | 37 | 21 | 0 | 1F | 3B | 45 | 1C | 2A | 16 |
| Octal | 120 | 67 | 41 | 0 | 37 | 73 | 105 | 34 | 52 | 26 |
| Binary | 1010000 | 110111 | 100001 | 0 | 11111 | 111011 | 1000101 | 11100 | 101010 | 10110 |
Color Harmonies of #503721
Complementary color
Monochromatic Colors of #503721
Black with #503721
Text Example
Text Example
White with #503721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503721; }
p { color: rgb(80,55,33); }
H1.HeaderClassName
{
color: #503721;
}
.AnyTagClassName
{
color: #503721;
}
</style>
background-color css
<style>
a { background-color: #503721; }
a { background-color: rgb(80,55,33); }
div.DivClassName
{
background-color: #503721;
}
.BgClassName
{
background-color: #503721;
}
</style>
border-color css
<style>
span { border-color: #503721; }
span { border-color: rgb(80,55,33); }
td.TdClassName
{
border-color: #503721;
}
.TagClassName
{
border-color: #503721;
}
</style>