Shades of Bronze Olive #534E24
Tints of Bronze Olive #534E24
RGB
CMYK
RGB Variations
Color information
#534E24 (or 0x534E24) is known color: Bronze Olive. HEX triplet: 53, 4E and 24. RGB value is (83,78,36). Sum of RGB (Red+Green+Blue) = 83+78+36=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #534E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E24 is #ACB1DB. Grayscale: #4A4A4A. Windows color (decimal): -11317724 or 2379347. OLE color: 2379347.
HSL color Cylindrical-coordinate representation of color #534E24: hue angle of 53.62º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534E24 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 36 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.67 |
| HSL | 53.62º | 0.39% | 0.23% | - |
| HSV(B) | 53.62º | 0.57% | 0.33% | - |
| XYZ | 6.61 | 7.42 | 2.75 | - |
| YUV | 74.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 36 | 0 | 0.06 | 0.57 | 0.67 | 53.62 | 0.39 | 0.23 |
| Hex | 53 | 4E | 24 | 0 | 6 | 39 | 43 | 36 | 27 | 17 |
| Octal | 123 | 116 | 44 | 0 | 6 | 71 | 103 | 66 | 47 | 27 |
| Binary | 1010011 | 1001110 | 100100 | 0 | 110 | 111001 | 1000011 | 110110 | 100111 | 10111 |
Color Harmonies of #534E24
Complementary color
Monochromatic Colors of #534E24
Black with #534E24
Text Example
Text Example
White with #534E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E24; }
p { color: rgb(83,78,36); }
H1.HeaderClassName
{
color: #534E24;
}
.AnyTagClassName
{
color: #534E24;
}
</style>
background-color css
<style>
a { background-color: #534E24; }
a { background-color: rgb(83,78,36); }
div.DivClassName
{
background-color: #534E24;
}
.BgClassName
{
background-color: #534E24;
}
</style>
border-color css
<style>
span { border-color: #534E24; }
span { border-color: rgb(83,78,36); }
td.TdClassName
{
border-color: #534E24;
}
.TagClassName
{
border-color: #534E24;
}
</style>