Shades of Bronze Olive #534C0F
Tints of Bronze Olive #534C0F
RGB
CMYK
RGB Variations
Color information
#534C0F (or 0x534C0F) is known color: Bronze Olive. HEX triplet: 53, 4C and 0F. RGB value is (83,76,15). Sum of RGB (Red+Green+Blue) = 83+76+15=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #534C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C0F is #ACB3F0. Grayscale: #474747. Windows color (decimal): -11318257 or 1002579. OLE color: 1002579.
HSL color Cylindrical-coordinate representation of color #534C0F: hue angle of 53.82º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #534C0F is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 15 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.67 |
| HSL | 53.82º | 0.69% | 0.19% | - |
| HSV(B) | 53.82º | 0.82% | 0.33% | - |
| XYZ | 6.24 | 7.04 | 1.48 | - |
| YUV | 71.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 15 | 0 | 0.08 | 0.82 | 0.67 | 53.82 | 0.69 | 0.19 |
| Hex | 53 | 4C | F | 0 | 8 | 52 | 43 | 36 | 45 | 13 |
| Octal | 123 | 114 | 17 | 0 | 10 | 122 | 103 | 66 | 105 | 23 |
| Binary | 1010011 | 1001100 | 1111 | 0 | 1000 | 1010010 | 1000011 | 110110 | 1000101 | 10011 |
Color Harmonies of #534C0F
Complementary color
Monochromatic Colors of #534C0F
Black with #534C0F
Text Example
Text Example
White with #534C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C0F; }
p { color: rgb(83,76,15); }
H1.HeaderClassName
{
color: #534C0F;
}
.AnyTagClassName
{
color: #534C0F;
}
</style>
background-color css
<style>
a { background-color: #534C0F; }
a { background-color: rgb(83,76,15); }
div.DivClassName
{
background-color: #534C0F;
}
.BgClassName
{
background-color: #534C0F;
}
</style>
border-color css
<style>
span { border-color: #534C0F; }
span { border-color: rgb(83,76,15); }
td.TdClassName
{
border-color: #534C0F;
}
.TagClassName
{
border-color: #534C0F;
}
</style>