Shades of Brown Bramble #522F16
Tints of Brown Bramble #522F16
RGB
CMYK
RGB Variations
Color information
#522F16 (or 0x522F16) is known color: Brown Bramble. HEX triplet: 52, 2F and 16. RGB value is (82,47,22). Sum of RGB (Red+Green+Blue) = 82+47+22=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #522F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522F16 is #ADD0E9. Grayscale: #363636. Windows color (decimal): -11391210 or 1453906. OLE color: 1453906.
HSL color Cylindrical-coordinate representation of color #522F16: hue angle of 25º 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 #522F16 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 47 | 22 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.68 |
| HSL | 25º | 0.58% | 0.2% | - |
| HSV(B) | 25º | 0.73% | 0.32% | - |
| XYZ | 4.64 | 3.88 | 1.26 | - |
| YUV | 54.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 47 | 22 | 0 | 0.43 | 0.73 | 0.68 | 25 | 0.58 | 0.2 |
| Hex | 52 | 2F | 16 | 0 | 2B | 49 | 44 | 19 | 3A | 14 |
| Octal | 122 | 57 | 26 | 0 | 53 | 111 | 104 | 31 | 72 | 24 |
| Binary | 1010010 | 101111 | 10110 | 0 | 101011 | 1001001 | 1000100 | 11001 | 111010 | 10100 |
Color Harmonies of #522F16
Complementary color
Monochromatic Colors of #522F16
Black with #522F16
Text Example
Text Example
White with #522F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522F16; }
p { color: rgb(82,47,22); }
H1.HeaderClassName
{
color: #522F16;
}
.AnyTagClassName
{
color: #522F16;
}
</style>
background-color css
<style>
a { background-color: #522F16; }
a { background-color: rgb(82,47,22); }
div.DivClassName
{
background-color: #522F16;
}
.BgClassName
{
background-color: #522F16;
}
</style>
border-color css
<style>
span { border-color: #522F16; }
span { border-color: rgb(82,47,22); }
td.TdClassName
{
border-color: #522F16;
}
.TagClassName
{
border-color: #522F16;
}
</style>