Shades of Brown Bramble #523321
Tints of Brown Bramble #523321
RGB
CMYK
RGB Variations
Color information
#523321 (or 0x523321) is known color: Brown Bramble. HEX triplet: 52, 33 and 21. RGB value is (82,51,33). Sum of RGB (Red+Green+Blue) = 82+51+33=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #523321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523321 is #ADCCDE. Grayscale: #3A3A3A. Windows color (decimal): -11390175 or 2175826. OLE color: 2175826.
HSL color Cylindrical-coordinate representation of color #523321: hue angle of 22.04º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #523321 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 51 | 33 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.68 |
| HSL | 22.04º | 0.43% | 0.23% | - |
| HSV(B) | 22.04º | 0.6% | 0.32% | - |
| XYZ | 4.94 | 4.27 | 2 | - |
| YUV | 58.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 33 | 0 | 0.38 | 0.60 | 0.68 | 22.04 | 0.43 | 0.23 |
| Hex | 52 | 33 | 21 | 0 | 26 | 3C | 44 | 16 | 2B | 17 |
| Octal | 122 | 63 | 41 | 0 | 46 | 74 | 104 | 26 | 53 | 27 |
| Binary | 1010010 | 110011 | 100001 | 0 | 100110 | 111100 | 1000100 | 10110 | 101011 | 10111 |
Color Harmonies of #523321
Complementary color
Monochromatic Colors of #523321
Black with #523321
Text Example
Text Example
White with #523321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523321; }
p { color: rgb(82,51,33); }
H1.HeaderClassName
{
color: #523321;
}
.AnyTagClassName
{
color: #523321;
}
</style>
background-color css
<style>
a { background-color: #523321; }
a { background-color: rgb(82,51,33); }
div.DivClassName
{
background-color: #523321;
}
.BgClassName
{
background-color: #523321;
}
</style>
border-color css
<style>
span { border-color: #523321; }
span { border-color: rgb(82,51,33); }
td.TdClassName
{
border-color: #523321;
}
.TagClassName
{
border-color: #523321;
}
</style>