Shades of Brown Bramble #533721
Tints of Brown Bramble #533721
RGB
CMYK
RGB Variations
Color information
#533721 (or 0x533721) is known color: Brown Bramble. HEX triplet: 53, 37 and 21. RGB value is (83,55,33). Sum of RGB (Red+Green+Blue) = 83+55+33=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #533721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533721 is #ACC8DE. Grayscale: #3C3C3C. Windows color (decimal): -11323615 or 2176851. OLE color: 2176851.
HSL color Cylindrical-coordinate representation of color #533721: hue angle of 26.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #533721 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 55 | 33 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.67 |
| HSL | 26.4º | 0.43% | 0.23% | - |
| HSV(B) | 26.4º | 0.6% | 0.33% | - |
| XYZ | 5.21 | 4.68 | 2.07 | - |
| YUV | 60.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 33 | 0 | 0.34 | 0.60 | 0.67 | 26.4 | 0.43 | 0.23 |
| Hex | 53 | 37 | 21 | 0 | 22 | 3C | 43 | 1A | 2B | 17 |
| Octal | 123 | 67 | 41 | 0 | 42 | 74 | 103 | 32 | 53 | 27 |
| Binary | 1010011 | 110111 | 100001 | 0 | 100010 | 111100 | 1000011 | 11010 | 101011 | 10111 |
Color Harmonies of #533721
Complementary color
Monochromatic Colors of #533721
Black with #533721
Text Example
Text Example
White with #533721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533721; }
p { color: rgb(83,55,33); }
H1.HeaderClassName
{
color: #533721;
}
.AnyTagClassName
{
color: #533721;
}
</style>
background-color css
<style>
a { background-color: #533721; }
a { background-color: rgb(83,55,33); }
div.DivClassName
{
background-color: #533721;
}
.BgClassName
{
background-color: #533721;
}
</style>
border-color css
<style>
span { border-color: #533721; }
span { border-color: rgb(83,55,33); }
td.TdClassName
{
border-color: #533721;
}
.TagClassName
{
border-color: #533721;
}
</style>