Shades of Brown Bramble #523524
Tints of Brown Bramble #523524
RGB
CMYK
RGB Variations
Color information
#523524 (or 0x523524) is known color: Brown Bramble. HEX triplet: 52, 35 and 24. RGB value is (82,53,36). Sum of RGB (Red+Green+Blue) = 82+53+36=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #523524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523524 is #ADCADB. Grayscale: #3B3B3B. Windows color (decimal): -11389660 or 2372946. OLE color: 2372946.
HSL color Cylindrical-coordinate representation of color #523524: hue angle of 22.17º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #523524 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 53 | 36 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.68 |
| HSL | 22.17º | 0.39% | 0.23% | - |
| HSV(B) | 22.17º | 0.56% | 0.32% | - |
| XYZ | 5.07 | 4.47 | 2.26 | - |
| YUV | 59.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 36 | 0 | 0.35 | 0.56 | 0.68 | 22.17 | 0.39 | 0.23 |
| Hex | 52 | 35 | 24 | 0 | 23 | 38 | 44 | 16 | 27 | 17 |
| Octal | 122 | 65 | 44 | 0 | 43 | 70 | 104 | 26 | 47 | 27 |
| Binary | 1010010 | 110101 | 100100 | 0 | 100011 | 111000 | 1000100 | 10110 | 100111 | 10111 |
Color Harmonies of #523524
Complementary color
Monochromatic Colors of #523524
Black with #523524
Text Example
Text Example
White with #523524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523524; }
p { color: rgb(82,53,36); }
H1.HeaderClassName
{
color: #523524;
}
.AnyTagClassName
{
color: #523524;
}
</style>
background-color css
<style>
a { background-color: #523524; }
a { background-color: rgb(82,53,36); }
div.DivClassName
{
background-color: #523524;
}
.BgClassName
{
background-color: #523524;
}
</style>
border-color css
<style>
span { border-color: #523524; }
span { border-color: rgb(82,53,36); }
td.TdClassName
{
border-color: #523524;
}
.TagClassName
{
border-color: #523524;
}
</style>