Shades of Brown Bramble #523415
Tints of Brown Bramble #523415
RGB
CMYK
RGB Variations
Color information
#523415 (or 0x523415) is known color: Brown Bramble. HEX triplet: 52, 34 and 15. RGB value is (82,52,21). Sum of RGB (Red+Green+Blue) = 82+52+21=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523415 is #ADCBEA. Grayscale: #393939. Windows color (decimal): -11389931 or 1389650. OLE color: 1389650.
HSL color Cylindrical-coordinate representation of color #523415: hue angle of 30.49º 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 #523415 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 52 | 21 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.68 |
| HSL | 30.49º | 0.59% | 0.2% | - |
| HSV(B) | 30.49º | 0.74% | 0.32% | - |
| XYZ | 4.84 | 4.3 | 1.28 | - |
| YUV | 57.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 21 | 0 | 0.37 | 0.74 | 0.68 | 30.49 | 0.59 | 0.2 |
| Hex | 52 | 34 | 15 | 0 | 25 | 4A | 44 | 1E | 3B | 14 |
| Octal | 122 | 64 | 25 | 0 | 45 | 112 | 104 | 36 | 73 | 24 |
| Binary | 1010010 | 110100 | 10101 | 0 | 100101 | 1001010 | 1000100 | 11110 | 111011 | 10100 |
Color Harmonies of #523415
Complementary color
Monochromatic Colors of #523415
Black with #523415
Text Example
Text Example
White with #523415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523415; }
p { color: rgb(82,52,21); }
H1.HeaderClassName
{
color: #523415;
}
.AnyTagClassName
{
color: #523415;
}
</style>
background-color css
<style>
a { background-color: #523415; }
a { background-color: rgb(82,52,21); }
div.DivClassName
{
background-color: #523415;
}
.BgClassName
{
background-color: #523415;
}
</style>
border-color css
<style>
span { border-color: #523415; }
span { border-color: rgb(82,52,21); }
td.TdClassName
{
border-color: #523415;
}
.TagClassName
{
border-color: #523415;
}
</style>