Shades of Brown Bramble #502D15
Tints of Brown Bramble #502D15
RGB
CMYK
RGB Variations
Color information
#502D15 (or 0x502D15) is known color: Brown Bramble. HEX triplet: 50, 2D and 15. RGB value is (80,45,21). Sum of RGB (Red+Green+Blue) = 80+45+21=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #502D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D15 is #AFD2EA. Grayscale: #343434. Windows color (decimal): -11522795 or 1387856. OLE color: 1387856.
HSL color Cylindrical-coordinate representation of color #502D15: hue angle of 24.41º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502D15 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 21 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.69 |
| HSL | 24.41º | 0.58% | 0.2% | - |
| HSV(B) | 24.41º | 0.74% | 0.31% | - |
| XYZ | 4.38 | 3.64 | 1.18 | - |
| YUV | 52.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 21 | 0 | 0.44 | 0.74 | 0.69 | 24.41 | 0.58 | 0.2 |
| Hex | 50 | 2D | 15 | 0 | 2C | 4A | 45 | 18 | 3A | 14 |
| Octal | 120 | 55 | 25 | 0 | 54 | 112 | 105 | 30 | 72 | 24 |
| Binary | 1010000 | 101101 | 10101 | 0 | 101100 | 1001010 | 1000101 | 11000 | 111010 | 10100 |
Color Harmonies of #502D15
Complementary color
Monochromatic Colors of #502D15
Black with #502D15
Text Example
Text Example
White with #502D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D15; }
p { color: rgb(80,45,21); }
H1.HeaderClassName
{
color: #502D15;
}
.AnyTagClassName
{
color: #502D15;
}
</style>
background-color css
<style>
a { background-color: #502D15; }
a { background-color: rgb(80,45,21); }
div.DivClassName
{
background-color: #502D15;
}
.BgClassName
{
background-color: #502D15;
}
</style>
border-color css
<style>
span { border-color: #502D15; }
span { border-color: rgb(80,45,21); }
td.TdClassName
{
border-color: #502D15;
}
.TagClassName
{
border-color: #502D15;
}
</style>