Shades of Brown Bramble #503314
Tints of Brown Bramble #503314
RGB
CMYK
RGB Variations
Color information
#503314 (or 0x503314) is known color: Brown Bramble. HEX triplet: 50, 33 and 14. RGB value is (80,51,20). Sum of RGB (Red+Green+Blue) = 80+51+20=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #503314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503314 is #AFCCEB. Grayscale: #383838. Windows color (decimal): -11521260 or 1323856. OLE color: 1323856.
HSL color Cylindrical-coordinate representation of color #503314: hue angle of 31º 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 #503314 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 51 | 20 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.69 |
| HSL | 31º | 0.6% | 0.2% | - |
| HSV(B) | 31º | 0.75% | 0.31% | - |
| XYZ | 4.62 | 4.12 | 1.21 | - |
| YUV | 56.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 51 | 20 | 0 | 0.36 | 0.75 | 0.69 | 31 | 0.6 | 0.2 |
| Hex | 50 | 33 | 14 | 0 | 24 | 4B | 45 | 1F | 3C | 14 |
| Octal | 120 | 63 | 24 | 0 | 44 | 113 | 105 | 37 | 74 | 24 |
| Binary | 1010000 | 110011 | 10100 | 0 | 100100 | 1001011 | 1000101 | 11111 | 111100 | 10100 |
Color Harmonies of #503314
Complementary color
Monochromatic Colors of #503314
Black with #503314
Text Example
Text Example
White with #503314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503314; }
p { color: rgb(80,51,20); }
H1.HeaderClassName
{
color: #503314;
}
.AnyTagClassName
{
color: #503314;
}
</style>
background-color css
<style>
a { background-color: #503314; }
a { background-color: rgb(80,51,20); }
div.DivClassName
{
background-color: #503314;
}
.BgClassName
{
background-color: #503314;
}
</style>
border-color css
<style>
span { border-color: #503314; }
span { border-color: rgb(80,51,20); }
td.TdClassName
{
border-color: #503314;
}
.TagClassName
{
border-color: #503314;
}
</style>