Shades of Bronze Olive #534E1D
Tints of Bronze Olive #534E1D
RGB
CMYK
RGB Variations
Color information
#534E1D (or 0x534E1D) is known color: Bronze Olive. HEX triplet: 53, 4E and 1D. RGB value is (83,78,29). Sum of RGB (Red+Green+Blue) = 83+78+29=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #534E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E1D is #ACB1E2. Grayscale: #4A4A4A. Windows color (decimal): -11317731 or 1920595. OLE color: 1920595.
HSL color Cylindrical-coordinate representation of color #534E1D: hue angle of 54.44º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534E1D is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 29 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.67 |
| HSL | 54.44º | 0.48% | 0.22% | - |
| HSV(B) | 54.44º | 0.65% | 0.33% | - |
| XYZ | 6.51 | 7.38 | 2.24 | - |
| YUV | 73.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 29 | 0 | 0.06 | 0.65 | 0.67 | 54.44 | 0.48 | 0.22 |
| Hex | 53 | 4E | 1D | 0 | 6 | 41 | 43 | 36 | 30 | 16 |
| Octal | 123 | 116 | 35 | 0 | 6 | 101 | 103 | 66 | 60 | 26 |
| Binary | 1010011 | 1001110 | 11101 | 0 | 110 | 1000001 | 1000011 | 110110 | 110000 | 10110 |
Color Harmonies of #534E1D
Complementary color
Monochromatic Colors of #534E1D
Black with #534E1D
Text Example
Text Example
White with #534E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E1D; }
p { color: rgb(83,78,29); }
H1.HeaderClassName
{
color: #534E1D;
}
.AnyTagClassName
{
color: #534E1D;
}
</style>
background-color css
<style>
a { background-color: #534E1D; }
a { background-color: rgb(83,78,29); }
div.DivClassName
{
background-color: #534E1D;
}
.BgClassName
{
background-color: #534E1D;
}
</style>
border-color css
<style>
span { border-color: #534E1D; }
span { border-color: rgb(83,78,29); }
td.TdClassName
{
border-color: #534E1D;
}
.TagClassName
{
border-color: #534E1D;
}
</style>