Shades of Deep Bronze #533D20
Tints of Deep Bronze #533D20
RGB
CMYK
RGB Variations
Color information
#533D20 (or 0x533D20) is known color: Deep Bronze. HEX triplet: 53, 3D and 20. RGB value is (83,61,32). Sum of RGB (Red+Green+Blue) = 83+61+32=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #533D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D20 is #ACC2DF. Grayscale: #404040. Windows color (decimal): -11322080 or 2112851. OLE color: 2112851.
HSL color Cylindrical-coordinate representation of color #533D20: hue angle of 34.12º 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 #533D20 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 32 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.67 |
| HSL | 34.12º | 0.44% | 0.23% | - |
| HSV(B) | 34.12º | 0.61% | 0.33% | - |
| XYZ | 5.5 | 5.28 | 2.1 | - |
| YUV | 64.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 32 | 0 | 0.27 | 0.61 | 0.67 | 34.12 | 0.44 | 0.23 |
| Hex | 53 | 3D | 20 | 0 | 1B | 3D | 43 | 22 | 2C | 17 |
| Octal | 123 | 75 | 40 | 0 | 33 | 75 | 103 | 42 | 54 | 27 |
| Binary | 1010011 | 111101 | 100000 | 0 | 11011 | 111101 | 1000011 | 100010 | 101100 | 10111 |
Color Harmonies of #533D20
Complementary color
Monochromatic Colors of #533D20
Black with #533D20
Text Example
Text Example
White with #533D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D20; }
p { color: rgb(83,61,32); }
H1.HeaderClassName
{
color: #533D20;
}
.AnyTagClassName
{
color: #533D20;
}
</style>
background-color css
<style>
a { background-color: #533D20; }
a { background-color: rgb(83,61,32); }
div.DivClassName
{
background-color: #533D20;
}
.BgClassName
{
background-color: #533D20;
}
</style>
border-color css
<style>
span { border-color: #533D20; }
span { border-color: rgb(83,61,32); }
td.TdClassName
{
border-color: #533D20;
}
.TagClassName
{
border-color: #533D20;
}
</style>