Shades of Brown Bramble #533A20
Tints of Brown Bramble #533A20
RGB
CMYK
RGB Variations
Color information
#533A20 (or 0x533A20) is known color: Brown Bramble. HEX triplet: 53, 3A and 20. RGB value is (83,58,32). Sum of RGB (Red+Green+Blue) = 83+58+32=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #533A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A20 is #ACC5DF. Grayscale: #3E3E3E. Windows color (decimal): -11322848 or 2112083. OLE color: 2112083.
HSL color Cylindrical-coordinate representation of color #533A20: hue angle of 30.59º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533A20 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 32 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.67 |
| HSL | 30.59º | 0.44% | 0.23% | - |
| HSV(B) | 30.59º | 0.61% | 0.33% | - |
| XYZ | 5.34 | 4.97 | 2.04 | - |
| YUV | 62.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 32 | 0 | 0.30 | 0.61 | 0.67 | 30.59 | 0.44 | 0.23 |
| Hex | 53 | 3A | 20 | 0 | 1E | 3D | 43 | 1F | 2C | 17 |
| Octal | 123 | 72 | 40 | 0 | 36 | 75 | 103 | 37 | 54 | 27 |
| Binary | 1010011 | 111010 | 100000 | 0 | 11110 | 111101 | 1000011 | 11111 | 101100 | 10111 |
Color Harmonies of #533A20
Complementary color
Monochromatic Colors of #533A20
Black with #533A20
Text Example
Text Example
White with #533A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A20; }
p { color: rgb(83,58,32); }
H1.HeaderClassName
{
color: #533A20;
}
.AnyTagClassName
{
color: #533A20;
}
</style>
background-color css
<style>
a { background-color: #533A20; }
a { background-color: rgb(83,58,32); }
div.DivClassName
{
background-color: #533A20;
}
.BgClassName
{
background-color: #533A20;
}
</style>
border-color css
<style>
span { border-color: #533A20; }
span { border-color: rgb(83,58,32); }
td.TdClassName
{
border-color: #533A20;
}
.TagClassName
{
border-color: #533A20;
}
</style>