Shades of Brown Bramble #533A21
Tints of Brown Bramble #533A21
RGB
CMYK
RGB Variations
Color information
#533A21 (or 0x533A21) is known color: Brown Bramble. HEX triplet: 53, 3A and 21. RGB value is (83,58,33). Sum of RGB (Red+Green+Blue) = 83+58+33=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #533A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A21 is #ACC5DE. Grayscale: #3E3E3E. Windows color (decimal): -11322847 or 2177619. OLE color: 2177619.
HSL color Cylindrical-coordinate representation of color #533A21: hue angle of 30º 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 #533A21 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 33 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.67 |
| HSL | 30º | 0.43% | 0.23% | - |
| HSV(B) | 30º | 0.6% | 0.33% | - |
| XYZ | 5.35 | 4.97 | 2.12 | - |
| YUV | 62.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 33 | 0 | 0.30 | 0.60 | 0.67 | 30 | 0.43 | 0.23 |
| Hex | 53 | 3A | 21 | 0 | 1E | 3C | 43 | 1E | 2B | 17 |
| Octal | 123 | 72 | 41 | 0 | 36 | 74 | 103 | 36 | 53 | 27 |
| Binary | 1010011 | 111010 | 100001 | 0 | 11110 | 111100 | 1000011 | 11110 | 101011 | 10111 |
Color Harmonies of #533A21
Complementary color
Monochromatic Colors of #533A21
Black with #533A21
Text Example
Text Example
White with #533A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A21; }
p { color: rgb(83,58,33); }
H1.HeaderClassName
{
color: #533A21;
}
.AnyTagClassName
{
color: #533A21;
}
</style>
background-color css
<style>
a { background-color: #533A21; }
a { background-color: rgb(83,58,33); }
div.DivClassName
{
background-color: #533A21;
}
.BgClassName
{
background-color: #533A21;
}
</style>
border-color css
<style>
span { border-color: #533A21; }
span { border-color: rgb(83,58,33); }
td.TdClassName
{
border-color: #533A21;
}
.TagClassName
{
border-color: #533A21;
}
</style>