Shades of Bronze Olive #534504
Tints of Bronze Olive #534504
RGB
CMYK
RGB Variations
Color information
#534504 (or 0x534504) is known color: Bronze Olive. HEX triplet: 53, 45 and 04. RGB value is (83,69,4). Sum of RGB (Red+Green+Blue) = 83+69+4=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #534504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534504 is #ACBAFB. Grayscale: #424242. Windows color (decimal): -11320060 or 279891. OLE color: 279891.
HSL color Cylindrical-coordinate representation of color #534504: hue angle of 49.37º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #534504 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 4 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.67 |
| HSL | 49.37º | 0.91% | 0.17% | - |
| HSV(B) | 49.37º | 0.95% | 0.33% | - |
| XYZ | 5.72 | 6.1 | 0.99 | - |
| YUV | 65.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 4 | 0 | 0.17 | 0.95 | 0.67 | 49.37 | 0.91 | 0.17 |
| Hex | 53 | 45 | 4 | 0 | 11 | 5F | 43 | 31 | 5B | 11 |
| Octal | 123 | 105 | 4 | 0 | 21 | 137 | 103 | 61 | 133 | 21 |
| Binary | 1010011 | 1000101 | 100 | 0 | 10001 | 1011111 | 1000011 | 110001 | 1011011 | 10001 |
Color Harmonies of #534504
Complementary color
Monochromatic Colors of #534504
Black with #534504
Text Example
Text Example
White with #534504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534504; }
p { color: rgb(83,69,4); }
H1.HeaderClassName
{
color: #534504;
}
.AnyTagClassName
{
color: #534504;
}
</style>
background-color css
<style>
a { background-color: #534504; }
a { background-color: rgb(83,69,4); }
div.DivClassName
{
background-color: #534504;
}
.BgClassName
{
background-color: #534504;
}
</style>
border-color css
<style>
span { border-color: #534504; }
span { border-color: rgb(83,69,4); }
td.TdClassName
{
border-color: #534504;
}
.TagClassName
{
border-color: #534504;
}
</style>