Shades of Brown Bramble #503214
Tints of Brown Bramble #503214
RGB
CMYK
RGB Variations
Color information
#503214 (or 0x503214) is known color: Brown Bramble. HEX triplet: 50, 32 and 14. RGB value is (80,50,20). Sum of RGB (Red+Green+Blue) = 80+50+20=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #503214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503214 is #AFCDEB. Grayscale: #373737. Windows color (decimal): -11521516 or 1323600. OLE color: 1323600.
HSL color Cylindrical-coordinate representation of color #503214: hue angle of 30º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503214 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 20 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.69 |
| HSL | 30º | 0.6% | 0.2% | - |
| HSV(B) | 30º | 0.75% | 0.31% | - |
| XYZ | 4.58 | 4.04 | 1.2 | - |
| YUV | 55.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 20 | 0 | 0.37 | 0.75 | 0.69 | 30 | 0.6 | 0.2 |
| Hex | 50 | 32 | 14 | 0 | 25 | 4B | 45 | 1E | 3C | 14 |
| Octal | 120 | 62 | 24 | 0 | 45 | 113 | 105 | 36 | 74 | 24 |
| Binary | 1010000 | 110010 | 10100 | 0 | 100101 | 1001011 | 1000101 | 11110 | 111100 | 10100 |
Color Harmonies of #503214
Complementary color
Monochromatic Colors of #503214
Black with #503214
Text Example
Text Example
White with #503214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503214; }
p { color: rgb(80,50,20); }
H1.HeaderClassName
{
color: #503214;
}
.AnyTagClassName
{
color: #503214;
}
</style>
background-color css
<style>
a { background-color: #503214; }
a { background-color: rgb(80,50,20); }
div.DivClassName
{
background-color: #503214;
}
.BgClassName
{
background-color: #503214;
}
</style>
border-color css
<style>
span { border-color: #503214; }
span { border-color: rgb(80,50,20); }
td.TdClassName
{
border-color: #503214;
}
.TagClassName
{
border-color: #503214;
}
</style>