Shades of Bronze Olive #534E1C
Tints of Bronze Olive #534E1C
RGB
CMYK
RGB Variations
Color information
#534E1C (or 0x534E1C) is known color: Bronze Olive. HEX triplet: 53, 4E and 1C. RGB value is (83,78,28). Sum of RGB (Red+Green+Blue) = 83+78+28=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E1C is #ACB1E3. Grayscale: #494949. Windows color (decimal): -11317732 or 1855059. OLE color: 1855059.
HSL color Cylindrical-coordinate representation of color #534E1C: hue angle of 54.55º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #534E1C is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 28 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.67 |
| HSL | 54.55º | 0.5% | 0.22% | - |
| HSV(B) | 54.55º | 0.66% | 0.33% | - |
| XYZ | 6.5 | 7.37 | 2.18 | - |
| YUV | 73.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 28 | 0 | 0.06 | 0.66 | 0.67 | 54.55 | 0.5 | 0.22 |
| Hex | 53 | 4E | 1C | 0 | 6 | 42 | 43 | 37 | 32 | 16 |
| Octal | 123 | 116 | 34 | 0 | 6 | 102 | 103 | 67 | 62 | 26 |
| Binary | 1010011 | 1001110 | 11100 | 0 | 110 | 1000010 | 1000011 | 110111 | 110010 | 10110 |
Color Harmonies of #534E1C
Complementary color
Monochromatic Colors of #534E1C
Black with #534E1C
Text Example
Text Example
White with #534E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E1C; }
p { color: rgb(83,78,28); }
H1.HeaderClassName
{
color: #534E1C;
}
.AnyTagClassName
{
color: #534E1C;
}
</style>
background-color css
<style>
a { background-color: #534E1C; }
a { background-color: rgb(83,78,28); }
div.DivClassName
{
background-color: #534E1C;
}
.BgClassName
{
background-color: #534E1C;
}
</style>
border-color css
<style>
span { border-color: #534E1C; }
span { border-color: rgb(83,78,28); }
td.TdClassName
{
border-color: #534E1C;
}
.TagClassName
{
border-color: #534E1C;
}
</style>