#524605

Color #524605 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #524605

Tints of Bronze Olive #524605

Color information

#524605 (or 0x524605) is unknown color: approx Bronze Olive. HEX triplet: 52, 46 and 05. RGB value is (82,70,5). Sum of RGB (Red+Green+Blue) = 82+70+5=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #524605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524605 is #ADB9FA. Grayscale: #424242. Windows color (decimal): -11385339 or 345682. OLE color: 345682.

HSL color Cylindrical-coordinate representation of color #524605: hue angle of 50.65º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #524605 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB82705-
CMYK00.150.940.68
HSL50.65º88.51%17.06%-
HSV(B)50.65º93.9%32.16%-
XYZ5.76.191.04-
YUV66.1893.48139.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 52.23%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=52.23%
G=44.59%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8270500.150.940.6850.6588.5117.06
Hex524650F5E44335911
Octal12210650171361046313121
Binary101001010001101010111110111101000100110011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524605; }

 p { color: rgb(82,70,5); }

 H1.HeaderClassName
 {
   color: #524605;
 }
 .AnyTagClassName
 {
   color: #524605;
 }
</style>
background-color css

<style>
 a { background-color: #524605; }

 a { background-color: rgb(82,70,5); }

 div.DivClassName
 {
   background-color: #524605;
 }
 .BgClassName
 {
   background-color: #524605;
 }
</style>
border-color css

<style>
 span { border-color: #524605; }

 span { border-color: rgb(82,70,5); }

 td.TdClassName
 {
   border-color: #524605;
 }
 .TagClassName
 {
   border-color: #524605;
 }
</style>