Shades of Brown Bramble #523515
Tints of Brown Bramble #523515
RGB
CMYK
RGB Variations
Color information
#523515 (or 0x523515) is known color: Brown Bramble. HEX triplet: 52, 35 and 15. RGB value is (82,53,21). Sum of RGB (Red+Green+Blue) = 82+53+21=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #523515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523515 is #ADCAEA. Grayscale: #3A3A3A. Windows color (decimal): -11389675 or 1389906. OLE color: 1389906.
HSL color Cylindrical-coordinate representation of color #523515: hue angle of 31.48º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #523515 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 53 | 21 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.68 |
| HSL | 31.48º | 0.59% | 0.2% | - |
| HSV(B) | 31.48º | 0.74% | 0.32% | - |
| XYZ | 4.89 | 4.39 | 1.3 | - |
| YUV | 58.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 21 | 0 | 0.35 | 0.74 | 0.68 | 31.48 | 0.59 | 0.2 |
| Hex | 52 | 35 | 15 | 0 | 23 | 4A | 44 | 1F | 3B | 14 |
| Octal | 122 | 65 | 25 | 0 | 43 | 112 | 104 | 37 | 73 | 24 |
| Binary | 1010010 | 110101 | 10101 | 0 | 100011 | 1001010 | 1000100 | 11111 | 111011 | 10100 |
Color Harmonies of #523515
Complementary color
Monochromatic Colors of #523515
Black with #523515
Text Example
Text Example
White with #523515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523515; }
p { color: rgb(82,53,21); }
H1.HeaderClassName
{
color: #523515;
}
.AnyTagClassName
{
color: #523515;
}
</style>
background-color css
<style>
a { background-color: #523515; }
a { background-color: rgb(82,53,21); }
div.DivClassName
{
background-color: #523515;
}
.BgClassName
{
background-color: #523515;
}
</style>
border-color css
<style>
span { border-color: #523515; }
span { border-color: rgb(82,53,21); }
td.TdClassName
{
border-color: #523515;
}
.TagClassName
{
border-color: #523515;
}
</style>