Shades of Bronze Olive #534E22
Tints of Bronze Olive #534E22
RGB
CMYK
RGB Variations
Color information
#534E22 (or 0x534E22) is known color: Bronze Olive. HEX triplet: 53, 4E and 22. RGB value is (83,78,34). Sum of RGB (Red+Green+Blue) = 83+78+34=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #534E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E22 is #ACB1DD. Grayscale: #4A4A4A. Windows color (decimal): -11317726 or 2248275. OLE color: 2248275.
HSL color Cylindrical-coordinate representation of color #534E22: hue angle of 53.88º 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 #534E22 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 34 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.67 |
| HSL | 53.88º | 0.42% | 0.23% | - |
| HSV(B) | 53.88º | 0.59% | 0.33% | - |
| XYZ | 6.58 | 7.4 | 2.6 | - |
| YUV | 74.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 34 | 0 | 0.06 | 0.59 | 0.67 | 53.88 | 0.42 | 0.23 |
| Hex | 53 | 4E | 22 | 0 | 6 | 3B | 43 | 36 | 2A | 17 |
| Octal | 123 | 116 | 42 | 0 | 6 | 73 | 103 | 66 | 52 | 27 |
| Binary | 1010011 | 1001110 | 100010 | 0 | 110 | 111011 | 1000011 | 110110 | 101010 | 10111 |
Color Harmonies of #534E22
Complementary color
Monochromatic Colors of #534E22
Black with #534E22
Text Example
Text Example
White with #534E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E22; }
p { color: rgb(83,78,34); }
H1.HeaderClassName
{
color: #534E22;
}
.AnyTagClassName
{
color: #534E22;
}
</style>
background-color css
<style>
a { background-color: #534E22; }
a { background-color: rgb(83,78,34); }
div.DivClassName
{
background-color: #534E22;
}
.BgClassName
{
background-color: #534E22;
}
</style>
border-color css
<style>
span { border-color: #534E22; }
span { border-color: rgb(83,78,34); }
td.TdClassName
{
border-color: #534E22;
}
.TagClassName
{
border-color: #534E22;
}
</style>