Shades of Deep Bronze #534021
Tints of Deep Bronze #534021
RGB
CMYK
RGB Variations
Color information
#534021 (or 0x534021) is known color: Deep Bronze. HEX triplet: 53, 40 and 21. RGB value is (83,64,33). Sum of RGB (Red+Green+Blue) = 83+64+33=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #534021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534021 is #ACBFDE. Grayscale: #424242. Windows color (decimal): -11321311 or 2179155. OLE color: 2179155.
HSL color Cylindrical-coordinate representation of color #534021: hue angle of 37.2º 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 #534021 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 33 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.67 |
| HSL | 37.2º | 0.43% | 0.23% | - |
| HSV(B) | 37.2º | 0.6% | 0.33% | - |
| XYZ | 5.68 | 5.62 | 2.22 | - |
| YUV | 66.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 33 | 0 | 0.23 | 0.60 | 0.67 | 37.2 | 0.43 | 0.23 |
| Hex | 53 | 40 | 21 | 0 | 17 | 3C | 43 | 25 | 2B | 17 |
| Octal | 123 | 100 | 41 | 0 | 27 | 74 | 103 | 45 | 53 | 27 |
| Binary | 1010011 | 1000000 | 100001 | 0 | 10111 | 111100 | 1000011 | 100101 | 101011 | 10111 |
Color Harmonies of #534021
Complementary color
Monochromatic Colors of #534021
Black with #534021
Text Example
Text Example
White with #534021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534021; }
p { color: rgb(83,64,33); }
H1.HeaderClassName
{
color: #534021;
}
.AnyTagClassName
{
color: #534021;
}
</style>
background-color css
<style>
a { background-color: #534021; }
a { background-color: rgb(83,64,33); }
div.DivClassName
{
background-color: #534021;
}
.BgClassName
{
background-color: #534021;
}
</style>
border-color css
<style>
span { border-color: #534021; }
span { border-color: rgb(83,64,33); }
td.TdClassName
{
border-color: #534021;
}
.TagClassName
{
border-color: #534021;
}
</style>