Shades of Brown Bramble #573221
Tints of Brown Bramble #573221
RGB
CMYK
RGB Variations
Color information
#573221 (or 0x573221) is known color: Brown Bramble. HEX triplet: 57, 32 and 21. RGB value is (87,50,33). Sum of RGB (Red+Green+Blue) = 87+50+33=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #573221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573221 is #A8CDDE. Grayscale: #3B3B3B. Windows color (decimal): -11062751 or 2175575. OLE color: 2175575.
HSL color Cylindrical-coordinate representation of color #573221: hue angle of 18.89º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #573221 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 50 | 33 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.66 |
| HSL | 18.89º | 0.45% | 0.24% | - |
| HSV(B) | 18.89º | 0.62% | 0.34% | - |
| XYZ | 5.35 | 4.42 | 2.01 | - |
| YUV | 59.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 33 | 0 | 0.43 | 0.62 | 0.66 | 18.89 | 0.45 | 0.24 |
| Hex | 57 | 32 | 21 | 0 | 2B | 3E | 42 | 13 | 2D | 18 |
| Octal | 127 | 62 | 41 | 0 | 53 | 76 | 102 | 23 | 55 | 30 |
| Binary | 1010111 | 110010 | 100001 | 0 | 101011 | 111110 | 1000010 | 10011 | 101101 | 11000 |
Color Harmonies of #573221
Complementary color
Monochromatic Colors of #573221
Black with #573221
Text Example
Text Example
White with #573221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573221; }
p { color: rgb(87,50,33); }
H1.HeaderClassName
{
color: #573221;
}
.AnyTagClassName
{
color: #573221;
}
</style>
background-color css
<style>
a { background-color: #573221; }
a { background-color: rgb(87,50,33); }
div.DivClassName
{
background-color: #573221;
}
.BgClassName
{
background-color: #573221;
}
</style>
border-color css
<style>
span { border-color: #573221; }
span { border-color: rgb(87,50,33); }
td.TdClassName
{
border-color: #573221;
}
.TagClassName
{
border-color: #573221;
}
</style>