Shades of Brown Bramble #502B11
Tints of Brown Bramble #502B11
RGB
CMYK
RGB Variations
Color information
#502B11 (or 0x502B11) is known color: Brown Bramble. HEX triplet: 50, 2B and 11. RGB value is (80,43,17). Sum of RGB (Red+Green+Blue) = 80+43+17=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #502B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502B11 is #AFD4EE. Grayscale: #333333. Windows color (decimal): -11523311 or 1125200. OLE color: 1125200.
HSL color Cylindrical-coordinate representation of color #502B11: hue angle of 24.76º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502B11 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 43 | 17 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.69 |
| HSL | 24.76º | 0.65% | 0.19% | - |
| HSV(B) | 24.76º | 0.79% | 0.31% | - |
| XYZ | 4.27 | 3.47 | 0.98 | - |
| YUV | 51.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 17 | 0 | 0.46 | 0.79 | 0.69 | 24.76 | 0.65 | 0.19 |
| Hex | 50 | 2B | 11 | 0 | 2E | 4F | 45 | 19 | 41 | 13 |
| Octal | 120 | 53 | 21 | 0 | 56 | 117 | 105 | 31 | 101 | 23 |
| Binary | 1010000 | 101011 | 10001 | 0 | 101110 | 1001111 | 1000101 | 11001 | 1000001 | 10011 |
Color Harmonies of #502B11
Complementary color
Monochromatic Colors of #502B11
Black with #502B11
Text Example
Text Example
White with #502B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B11; }
p { color: rgb(80,43,17); }
H1.HeaderClassName
{
color: #502B11;
}
.AnyTagClassName
{
color: #502B11;
}
</style>
background-color css
<style>
a { background-color: #502B11; }
a { background-color: rgb(80,43,17); }
div.DivClassName
{
background-color: #502B11;
}
.BgClassName
{
background-color: #502B11;
}
</style>
border-color css
<style>
span { border-color: #502B11; }
span { border-color: rgb(80,43,17); }
td.TdClassName
{
border-color: #502B11;
}
.TagClassName
{
border-color: #502B11;
}
</style>