Shades of Brown Bramble #503218
Tints of Brown Bramble #503218
RGB
CMYK
RGB Variations
Color information
#503218 (or 0x503218) is known color: Brown Bramble. HEX triplet: 50, 32 and 18. RGB value is (80,50,24). Sum of RGB (Red+Green+Blue) = 80+50+24=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #503218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503218 is #AFCDE7. Grayscale: #383838. Windows color (decimal): -11521512 or 1585744. OLE color: 1585744.
HSL color Cylindrical-coordinate representation of color #503218: hue angle of 27.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #503218 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 24 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.69 |
| HSL | 27.86º | 0.54% | 0.2% | - |
| HSV(B) | 27.86º | 0.7% | 0.31% | - |
| XYZ | 4.61 | 4.05 | 1.4 | - |
| YUV | 56.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 24 | 0 | 0.37 | 0.70 | 0.69 | 27.86 | 0.54 | 0.2 |
| Hex | 50 | 32 | 18 | 0 | 25 | 46 | 45 | 1C | 36 | 14 |
| Octal | 120 | 62 | 30 | 0 | 45 | 106 | 105 | 34 | 66 | 24 |
| Binary | 1010000 | 110010 | 11000 | 0 | 100101 | 1000110 | 1000101 | 11100 | 110110 | 10100 |
Color Harmonies of #503218
Complementary color
Monochromatic Colors of #503218
Black with #503218
Text Example
Text Example
White with #503218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503218; }
p { color: rgb(80,50,24); }
H1.HeaderClassName
{
color: #503218;
}
.AnyTagClassName
{
color: #503218;
}
</style>
background-color css
<style>
a { background-color: #503218; }
a { background-color: rgb(80,50,24); }
div.DivClassName
{
background-color: #503218;
}
.BgClassName
{
background-color: #503218;
}
</style>
border-color css
<style>
span { border-color: #503218; }
span { border-color: rgb(80,50,24); }
td.TdClassName
{
border-color: #503218;
}
.TagClassName
{
border-color: #503218;
}
</style>