Shades of Deep Bronze #533C21
Tints of Deep Bronze #533C21
RGB
CMYK
RGB Variations
Color information
#533C21 (or 0x533C21) is known color: Deep Bronze. HEX triplet: 53, 3C and 21. RGB value is (83,60,33). Sum of RGB (Red+Green+Blue) = 83+60+33=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #533C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C21 is #ACC3DE. Grayscale: #3F3F3F. Windows color (decimal): -11322335 or 2178131. OLE color: 2178131.
HSL color Cylindrical-coordinate representation of color #533C21: hue angle of 32.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 #533C21 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 33 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.67 |
| HSL | 32.4º | 0.43% | 0.23% | - |
| HSV(B) | 32.4º | 0.6% | 0.33% | - |
| XYZ | 5.46 | 5.18 | 2.15 | - |
| YUV | 63.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 33 | 0 | 0.28 | 0.60 | 0.67 | 32.4 | 0.43 | 0.23 |
| Hex | 53 | 3C | 21 | 0 | 1C | 3C | 43 | 20 | 2B | 17 |
| Octal | 123 | 74 | 41 | 0 | 34 | 74 | 103 | 40 | 53 | 27 |
| Binary | 1010011 | 111100 | 100001 | 0 | 11100 | 111100 | 1000011 | 100000 | 101011 | 10111 |
Color Harmonies of #533C21
Complementary color
Monochromatic Colors of #533C21
Black with #533C21
Text Example
Text Example
White with #533C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C21; }
p { color: rgb(83,60,33); }
H1.HeaderClassName
{
color: #533C21;
}
.AnyTagClassName
{
color: #533C21;
}
</style>
background-color css
<style>
a { background-color: #533C21; }
a { background-color: rgb(83,60,33); }
div.DivClassName
{
background-color: #533C21;
}
.BgClassName
{
background-color: #533C21;
}
</style>
border-color css
<style>
span { border-color: #533C21; }
span { border-color: rgb(83,60,33); }
td.TdClassName
{
border-color: #533C21;
}
.TagClassName
{
border-color: #533C21;
}
</style>