Shades of Brown Bramble #503724
Tints of Brown Bramble #503724
RGB
CMYK
RGB Variations
Color information
#503724 (or 0x503724) is known color: Brown Bramble. HEX triplet: 50, 37 and 24. RGB value is (80,55,36). Sum of RGB (Red+Green+Blue) = 80+55+36=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #503724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503724 is #AFC8DB. Grayscale: #3C3C3C. Windows color (decimal): -11520220 or 2373456. OLE color: 2373456.
HSL color Cylindrical-coordinate representation of color #503724: hue angle of 25.91º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #503724 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 55 | 36 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.69 |
| HSL | 25.91º | 0.38% | 0.23% | - |
| HSV(B) | 25.91º | 0.55% | 0.31% | - |
| XYZ | 4.99 | 4.57 | 2.29 | - |
| YUV | 60.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 36 | 0 | 0.31 | 0.55 | 0.69 | 25.91 | 0.38 | 0.23 |
| Hex | 50 | 37 | 24 | 0 | 1F | 37 | 45 | 1A | 26 | 17 |
| Octal | 120 | 67 | 44 | 0 | 37 | 67 | 105 | 32 | 46 | 27 |
| Binary | 1010000 | 110111 | 100100 | 0 | 11111 | 110111 | 1000101 | 11010 | 100110 | 10111 |
Color Harmonies of #503724
Complementary color
Monochromatic Colors of #503724
Black with #503724
Text Example
Text Example
White with #503724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503724; }
p { color: rgb(80,55,36); }
H1.HeaderClassName
{
color: #503724;
}
.AnyTagClassName
{
color: #503724;
}
</style>
background-color css
<style>
a { background-color: #503724; }
a { background-color: rgb(80,55,36); }
div.DivClassName
{
background-color: #503724;
}
.BgClassName
{
background-color: #503724;
}
</style>
border-color css
<style>
span { border-color: #503724; }
span { border-color: rgb(80,55,36); }
td.TdClassName
{
border-color: #503724;
}
.TagClassName
{
border-color: #503724;
}
</style>