Shades of Bronze Olive #534411
Tints of Bronze Olive #534411
RGB
CMYK
RGB Variations
Color information
#534411 (or 0x534411) is known color: Bronze Olive. HEX triplet: 53, 44 and 11. RGB value is (83,68,17). Sum of RGB (Red+Green+Blue) = 83+68+17=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #534411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534411 is #ACBBEE. Grayscale: #424242. Windows color (decimal): -11320303 or 1131603. OLE color: 1131603.
HSL color Cylindrical-coordinate representation of color #534411: hue angle of 46.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #534411 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 17 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.67 |
| HSL | 46.36º | 0.66% | 0.2% | - |
| HSV(B) | 46.36º | 0.8% | 0.33% | - |
| XYZ | 5.74 | 6.01 | 1.39 | - |
| YUV | 66.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 17 | 0 | 0.18 | 0.80 | 0.67 | 46.36 | 0.66 | 0.2 |
| Hex | 53 | 44 | 11 | 0 | 12 | 50 | 43 | 2E | 42 | 14 |
| Octal | 123 | 104 | 21 | 0 | 22 | 120 | 103 | 56 | 102 | 24 |
| Binary | 1010011 | 1000100 | 10001 | 0 | 10010 | 1010000 | 1000011 | 101110 | 1000010 | 10100 |
Color Harmonies of #534411
Complementary color
Monochromatic Colors of #534411
Black with #534411
Text Example
Text Example
White with #534411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534411; }
p { color: rgb(83,68,17); }
H1.HeaderClassName
{
color: #534411;
}
.AnyTagClassName
{
color: #534411;
}
</style>
background-color css
<style>
a { background-color: #534411; }
a { background-color: rgb(83,68,17); }
div.DivClassName
{
background-color: #534411;
}
.BgClassName
{
background-color: #534411;
}
</style>
border-color css
<style>
span { border-color: #534411; }
span { border-color: rgb(83,68,17); }
td.TdClassName
{
border-color: #534411;
}
.TagClassName
{
border-color: #534411;
}
</style>