Shades of Bronze Olive #534601
Tints of Bronze Olive #534601
RGB
CMYK
RGB Variations
Color information
#534601 (or 0x534601) is known color: Bronze Olive. HEX triplet: 53, 46 and 01. RGB value is (83,70,1). Sum of RGB (Red+Green+Blue) = 83+70+1=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #534601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534601 is #ACB9FE. Grayscale: #424242. Windows color (decimal): -11319807 or 83539. OLE color: 83539.
HSL color Cylindrical-coordinate representation of color #534601: hue angle of 50.49º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #534601 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.67 |
| HSL | 50.49º | 0.98% | 0.16% | - |
| HSV(B) | 50.49º | 0.99% | 0.33% | - |
| XYZ | 5.76 | 6.22 | 0.93 | - |
| YUV | 66.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 1 | 0 | 0.16 | 0.99 | 0.67 | 50.49 | 0.98 | 0.16 |
| Hex | 53 | 46 | 1 | 0 | 10 | 63 | 43 | 32 | 62 | 10 |
| Octal | 123 | 106 | 1 | 0 | 20 | 143 | 103 | 62 | 142 | 20 |
| Binary | 1010011 | 1000110 | 1 | 0 | 10000 | 1100011 | 1000011 | 110010 | 1100010 | 10000 |
Color Harmonies of #534601
Complementary color
Monochromatic Colors of #534601
Black with #534601
Text Example
Text Example
White with #534601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534601; }
p { color: rgb(83,70,1); }
H1.HeaderClassName
{
color: #534601;
}
.AnyTagClassName
{
color: #534601;
}
</style>
background-color css
<style>
a { background-color: #534601; }
a { background-color: rgb(83,70,1); }
div.DivClassName
{
background-color: #534601;
}
.BgClassName
{
background-color: #534601;
}
</style>
border-color css
<style>
span { border-color: #534601; }
span { border-color: rgb(83,70,1); }
td.TdClassName
{
border-color: #534601;
}
.TagClassName
{
border-color: #534601;
}
</style>