Shades of Bronze Olive #534322
Tints of Bronze Olive #534322
RGB
CMYK
RGB Variations
Color information
#534322 (or 0x534322) is known color: Bronze Olive. HEX triplet: 53, 43 and 22. RGB value is (83,67,34). Sum of RGB (Red+Green+Blue) = 83+67+34=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534322 is #ACBCDD. Grayscale: #444444. Windows color (decimal): -11320542 or 2245459. OLE color: 2245459.
HSL color Cylindrical-coordinate representation of color #534322: hue angle of 40.41º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #534322 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 34 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.67 |
| HSL | 40.41º | 0.42% | 0.23% | - |
| HSV(B) | 40.41º | 0.59% | 0.33% | - |
| XYZ | 5.86 | 5.97 | 2.36 | - |
| YUV | 68.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 34 | 0 | 0.19 | 0.59 | 0.67 | 40.41 | 0.42 | 0.23 |
| Hex | 53 | 43 | 22 | 0 | 13 | 3B | 43 | 28 | 2A | 17 |
| Octal | 123 | 103 | 42 | 0 | 23 | 73 | 103 | 50 | 52 | 27 |
| Binary | 1010011 | 1000011 | 100010 | 0 | 10011 | 111011 | 1000011 | 101000 | 101010 | 10111 |
Color Harmonies of #534322
Complementary color
Monochromatic Colors of #534322
Black with #534322
Text Example
Text Example
White with #534322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534322; }
p { color: rgb(83,67,34); }
H1.HeaderClassName
{
color: #534322;
}
.AnyTagClassName
{
color: #534322;
}
</style>
background-color css
<style>
a { background-color: #534322; }
a { background-color: rgb(83,67,34); }
div.DivClassName
{
background-color: #534322;
}
.BgClassName
{
background-color: #534322;
}
</style>
border-color css
<style>
span { border-color: #534322; }
span { border-color: rgb(83,67,34); }
td.TdClassName
{
border-color: #534322;
}
.TagClassName
{
border-color: #534322;
}
</style>