Shades of Brown Bramble #502D12
Tints of Brown Bramble #502D12
RGB
CMYK
RGB Variations
Color information
#502D12 (or 0x502D12) is known color: Brown Bramble. HEX triplet: 50, 2D and 12. RGB value is (80,45,18). Sum of RGB (Red+Green+Blue) = 80+45+18=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #502D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D12 is #AFD2ED. Grayscale: #343434. Windows color (decimal): -11522798 or 1191248. OLE color: 1191248.
HSL color Cylindrical-coordinate representation of color #502D12: hue angle of 26.13º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502D12 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 18 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.69 |
| HSL | 26.13º | 0.63% | 0.19% | - |
| HSV(B) | 26.13º | 0.78% | 0.31% | - |
| XYZ | 4.36 | 3.63 | 1.04 | - |
| YUV | 52.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 18 | 0 | 0.44 | 0.78 | 0.69 | 26.13 | 0.63 | 0.19 |
| Hex | 50 | 2D | 12 | 0 | 2C | 4E | 45 | 1A | 3F | 13 |
| Octal | 120 | 55 | 22 | 0 | 54 | 116 | 105 | 32 | 77 | 23 |
| Binary | 1010000 | 101101 | 10010 | 0 | 101100 | 1001110 | 1000101 | 11010 | 111111 | 10011 |
Color Harmonies of #502D12
Complementary color
Monochromatic Colors of #502D12
Black with #502D12
Text Example
Text Example
White with #502D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D12; }
p { color: rgb(80,45,18); }
H1.HeaderClassName
{
color: #502D12;
}
.AnyTagClassName
{
color: #502D12;
}
</style>
background-color css
<style>
a { background-color: #502D12; }
a { background-color: rgb(80,45,18); }
div.DivClassName
{
background-color: #502D12;
}
.BgClassName
{
background-color: #502D12;
}
</style>
border-color css
<style>
span { border-color: #502D12; }
span { border-color: rgb(80,45,18); }
td.TdClassName
{
border-color: #502D12;
}
.TagClassName
{
border-color: #502D12;
}
</style>