Shades of Brown Bramble #502D13
Tints of Brown Bramble #502D13
RGB
CMYK
RGB Variations
Color information
#502D13 (or 0x502D13) is known color: Brown Bramble. HEX triplet: 50, 2D and 13. RGB value is (80,45,19). Sum of RGB (Red+Green+Blue) = 80+45+19=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #502D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D13 is #AFD2EC. Grayscale: #343434. Windows color (decimal): -11522797 or 1256784. OLE color: 1256784.
HSL color Cylindrical-coordinate representation of color #502D13: hue angle of 25.57º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502D13 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 19 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.69 |
| HSL | 25.57º | 0.62% | 0.19% | - |
| HSV(B) | 25.57º | 0.76% | 0.31% | - |
| XYZ | 4.36 | 3.63 | 1.09 | - |
| YUV | 52.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 19 | 0 | 0.44 | 0.76 | 0.69 | 25.57 | 0.62 | 0.19 |
| Hex | 50 | 2D | 13 | 0 | 2C | 4C | 45 | 1A | 3E | 13 |
| Octal | 120 | 55 | 23 | 0 | 54 | 114 | 105 | 32 | 76 | 23 |
| Binary | 1010000 | 101101 | 10011 | 0 | 101100 | 1001100 | 1000101 | 11010 | 111110 | 10011 |
Color Harmonies of #502D13
Complementary color
Monochromatic Colors of #502D13
Black with #502D13
Text Example
Text Example
White with #502D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D13; }
p { color: rgb(80,45,19); }
H1.HeaderClassName
{
color: #502D13;
}
.AnyTagClassName
{
color: #502D13;
}
</style>
background-color css
<style>
a { background-color: #502D13; }
a { background-color: rgb(80,45,19); }
div.DivClassName
{
background-color: #502D13;
}
.BgClassName
{
background-color: #502D13;
}
</style>
border-color css
<style>
span { border-color: #502D13; }
span { border-color: rgb(80,45,19); }
td.TdClassName
{
border-color: #502D13;
}
.TagClassName
{
border-color: #502D13;
}
</style>