Shades of Bronze Olive #534D23
Tints of Bronze Olive #534D23
RGB
CMYK
RGB Variations
Color information
#534D23 (or 0x534D23) is known color: Bronze Olive. HEX triplet: 53, 4D and 23. RGB value is (83,77,35). Sum of RGB (Red+Green+Blue) = 83+77+35=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #534D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D23 is #ACB2DC. Grayscale: #4A4A4A. Windows color (decimal): -11317981 or 2313555. OLE color: 2313555.
HSL color Cylindrical-coordinate representation of color #534D23: hue angle of 52.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534D23 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 35 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.67 |
| HSL | 52.5º | 0.41% | 0.23% | - |
| HSV(B) | 52.5º | 0.58% | 0.33% | - |
| XYZ | 6.52 | 7.27 | 2.65 | - |
| YUV | 74.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 35 | 0 | 0.07 | 0.58 | 0.67 | 52.5 | 0.41 | 0.23 |
| Hex | 53 | 4D | 23 | 0 | 7 | 3A | 43 | 34 | 29 | 17 |
| Octal | 123 | 115 | 43 | 0 | 7 | 72 | 103 | 64 | 51 | 27 |
| Binary | 1010011 | 1001101 | 100011 | 0 | 111 | 111010 | 1000011 | 110100 | 101001 | 10111 |
Color Harmonies of #534D23
Complementary color
Monochromatic Colors of #534D23
Black with #534D23
Text Example
Text Example
White with #534D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D23; }
p { color: rgb(83,77,35); }
H1.HeaderClassName
{
color: #534D23;
}
.AnyTagClassName
{
color: #534D23;
}
</style>
background-color css
<style>
a { background-color: #534D23; }
a { background-color: rgb(83,77,35); }
div.DivClassName
{
background-color: #534D23;
}
.BgClassName
{
background-color: #534D23;
}
</style>
border-color css
<style>
span { border-color: #534D23; }
span { border-color: rgb(83,77,35); }
td.TdClassName
{
border-color: #534D23;
}
.TagClassName
{
border-color: #534D23;
}
</style>