Shades of Brown Bramble #522D16
Tints of Brown Bramble #522D16
RGB
CMYK
RGB Variations
Color information
#522D16 (or 0x522D16) is known color: Brown Bramble. HEX triplet: 52, 2D and 16. RGB value is (82,45,22). Sum of RGB (Red+Green+Blue) = 82+45+22=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #522D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522D16 is #ADD2E9. Grayscale: #353535. Windows color (decimal): -11391722 or 1453394. OLE color: 1453394.
HSL color Cylindrical-coordinate representation of color #522D16: hue angle of 23º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522D16 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 45 | 22 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.68 |
| HSL | 23º | 0.58% | 0.2% | - |
| HSV(B) | 23º | 0.73% | 0.32% | - |
| XYZ | 4.56 | 3.73 | 1.24 | - |
| YUV | 53.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 22 | 0 | 0.45 | 0.73 | 0.68 | 23 | 0.58 | 0.2 |
| Hex | 52 | 2D | 16 | 0 | 2D | 49 | 44 | 17 | 3A | 14 |
| Octal | 122 | 55 | 26 | 0 | 55 | 111 | 104 | 27 | 72 | 24 |
| Binary | 1010010 | 101101 | 10110 | 0 | 101101 | 1001001 | 1000100 | 10111 | 111010 | 10100 |
Color Harmonies of #522D16
Complementary color
Monochromatic Colors of #522D16
Black with #522D16
Text Example
Text Example
White with #522D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522D16; }
p { color: rgb(82,45,22); }
H1.HeaderClassName
{
color: #522D16;
}
.AnyTagClassName
{
color: #522D16;
}
</style>
background-color css
<style>
a { background-color: #522D16; }
a { background-color: rgb(82,45,22); }
div.DivClassName
{
background-color: #522D16;
}
.BgClassName
{
background-color: #522D16;
}
</style>
border-color css
<style>
span { border-color: #522D16; }
span { border-color: rgb(82,45,22); }
td.TdClassName
{
border-color: #522D16;
}
.TagClassName
{
border-color: #522D16;
}
</style>