Shades of Bronze Olive #534321
Tints of Bronze Olive #534321
RGB
CMYK
RGB Variations
Color information
#534321 (or 0x534321) is known color: Bronze Olive. HEX triplet: 53, 43 and 21. RGB value is (83,67,33). Sum of RGB (Red+Green+Blue) = 83+67+33=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #534321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534321 is #ACBCDE. Grayscale: #444444. Windows color (decimal): -11320543 or 2179923. OLE color: 2179923.
HSL color Cylindrical-coordinate representation of color #534321: hue angle of 40.8º 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 #534321 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 33 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.67 |
| HSL | 40.8º | 0.43% | 0.23% | - |
| HSV(B) | 40.8º | 0.6% | 0.33% | - |
| XYZ | 5.85 | 5.96 | 2.28 | - |
| YUV | 67.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 33 | 0 | 0.19 | 0.60 | 0.67 | 40.8 | 0.43 | 0.23 |
| Hex | 53 | 43 | 21 | 0 | 13 | 3C | 43 | 29 | 2B | 17 |
| Octal | 123 | 103 | 41 | 0 | 23 | 74 | 103 | 51 | 53 | 27 |
| Binary | 1010011 | 1000011 | 100001 | 0 | 10011 | 111100 | 1000011 | 101001 | 101011 | 10111 |
Color Harmonies of #534321
Complementary color
Monochromatic Colors of #534321
Black with #534321
Text Example
Text Example
White with #534321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534321; }
p { color: rgb(83,67,33); }
H1.HeaderClassName
{
color: #534321;
}
.AnyTagClassName
{
color: #534321;
}
</style>
background-color css
<style>
a { background-color: #534321; }
a { background-color: rgb(83,67,33); }
div.DivClassName
{
background-color: #534321;
}
.BgClassName
{
background-color: #534321;
}
</style>
border-color css
<style>
span { border-color: #534321; }
span { border-color: rgb(83,67,33); }
td.TdClassName
{
border-color: #534321;
}
.TagClassName
{
border-color: #534321;
}
</style>