Shades of Brown Bramble #502F16
Tints of Brown Bramble #502F16
RGB
CMYK
RGB Variations
Color information
#502F16 (or 0x502F16) is known color: Brown Bramble. HEX triplet: 50, 2F and 16. RGB value is (80,47,22). Sum of RGB (Red+Green+Blue) = 80+47+22=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #502F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502F16 is #AFD0E9. Grayscale: #363636. Windows color (decimal): -11522282 or 1453904. OLE color: 1453904.
HSL color Cylindrical-coordinate representation of color #502F16: hue angle of 25.86º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502F16 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 22 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.69 |
| HSL | 25.86º | 0.57% | 0.2% | - |
| HSV(B) | 25.86º | 0.73% | 0.31% | - |
| XYZ | 4.47 | 3.8 | 1.26 | - |
| YUV | 54.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 22 | 0 | 0.41 | 0.72 | 0.69 | 25.86 | 0.57 | 0.2 |
| Hex | 50 | 2F | 16 | 0 | 29 | 48 | 45 | 1A | 39 | 14 |
| Octal | 120 | 57 | 26 | 0 | 51 | 110 | 105 | 32 | 71 | 24 |
| Binary | 1010000 | 101111 | 10110 | 0 | 101001 | 1001000 | 1000101 | 11010 | 111001 | 10100 |
Color Harmonies of #502F16
Complementary color
Monochromatic Colors of #502F16
Black with #502F16
Text Example
Text Example
White with #502F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F16; }
p { color: rgb(80,47,22); }
H1.HeaderClassName
{
color: #502F16;
}
.AnyTagClassName
{
color: #502F16;
}
</style>
background-color css
<style>
a { background-color: #502F16; }
a { background-color: rgb(80,47,22); }
div.DivClassName
{
background-color: #502F16;
}
.BgClassName
{
background-color: #502F16;
}
</style>
border-color css
<style>
span { border-color: #502F16; }
span { border-color: rgb(80,47,22); }
td.TdClassName
{
border-color: #502F16;
}
.TagClassName
{
border-color: #502F16;
}
</style>