Shades of Brown Bramble #522C14
Tints of Brown Bramble #522C14
RGB
CMYK
RGB Variations
Color information
#522C14 (or 0x522C14) is known color: Brown Bramble. HEX triplet: 52, 2C and 14. RGB value is (82,44,20). Sum of RGB (Red+Green+Blue) = 82+44+20=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #522C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522C14 is #ADD3EB. Grayscale: #343434. Windows color (decimal): -11391980 or 1322066. OLE color: 1322066.
HSL color Cylindrical-coordinate representation of color #522C14: hue angle of 23.23º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #522C14 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 44 | 20 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.68 |
| HSL | 23.23º | 0.61% | 0.2% | - |
| HSV(B) | 23.23º | 0.76% | 0.32% | - |
| XYZ | 4.51 | 3.65 | 1.13 | - |
| YUV | 52.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 20 | 0 | 0.46 | 0.76 | 0.68 | 23.23 | 0.61 | 0.2 |
| Hex | 52 | 2C | 14 | 0 | 2E | 4C | 44 | 17 | 3D | 14 |
| Octal | 122 | 54 | 24 | 0 | 56 | 114 | 104 | 27 | 75 | 24 |
| Binary | 1010010 | 101100 | 10100 | 0 | 101110 | 1001100 | 1000100 | 10111 | 111101 | 10100 |
Color Harmonies of #522C14
Complementary color
Monochromatic Colors of #522C14
Black with #522C14
Text Example
Text Example
White with #522C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C14; }
p { color: rgb(82,44,20); }
H1.HeaderClassName
{
color: #522C14;
}
.AnyTagClassName
{
color: #522C14;
}
</style>
background-color css
<style>
a { background-color: #522C14; }
a { background-color: rgb(82,44,20); }
div.DivClassName
{
background-color: #522C14;
}
.BgClassName
{
background-color: #522C14;
}
</style>
border-color css
<style>
span { border-color: #522C14; }
span { border-color: rgb(82,44,20); }
td.TdClassName
{
border-color: #522C14;
}
.TagClassName
{
border-color: #522C14;
}
</style>