Shades of Bronze Olive #534C20
Tints of Bronze Olive #534C20
RGB
CMYK
RGB Variations
Color information
#534C20 (or 0x534C20) is known color: Bronze Olive. HEX triplet: 53, 4C and 20. RGB value is (83,76,32). Sum of RGB (Red+Green+Blue) = 83+76+32=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C20 is #ACB3DF. Grayscale: #494949. Windows color (decimal): -11318240 or 2116691. OLE color: 2116691.
HSL color Cylindrical-coordinate representation of color #534C20: hue angle of 51.76º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534C20 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 32 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.67 |
| HSL | 51.76º | 0.44% | 0.23% | - |
| HSV(B) | 51.76º | 0.61% | 0.33% | - |
| XYZ | 6.41 | 7.11 | 2.4 | - |
| YUV | 73.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 32 | 0 | 0.08 | 0.61 | 0.67 | 51.76 | 0.44 | 0.23 |
| Hex | 53 | 4C | 20 | 0 | 8 | 3D | 43 | 34 | 2C | 17 |
| Octal | 123 | 114 | 40 | 0 | 10 | 75 | 103 | 64 | 54 | 27 |
| Binary | 1010011 | 1001100 | 100000 | 0 | 1000 | 111101 | 1000011 | 110100 | 101100 | 10111 |
Color Harmonies of #534C20
Complementary color
Monochromatic Colors of #534C20
Black with #534C20
Text Example
Text Example
White with #534C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C20; }
p { color: rgb(83,76,32); }
H1.HeaderClassName
{
color: #534C20;
}
.AnyTagClassName
{
color: #534C20;
}
</style>
background-color css
<style>
a { background-color: #534C20; }
a { background-color: rgb(83,76,32); }
div.DivClassName
{
background-color: #534C20;
}
.BgClassName
{
background-color: #534C20;
}
</style>
border-color css
<style>
span { border-color: #534C20; }
span { border-color: rgb(83,76,32); }
td.TdClassName
{
border-color: #534C20;
}
.TagClassName
{
border-color: #534C20;
}
</style>