#524910

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

Shades of Bronze Olive #524910

Tints of Bronze Olive #524910

Color information

#524910 (or 0x524910) is unknown color: approx Bronze Olive. HEX triplet: 52, 49 and 10. RGB value is (82,73,16). Sum of RGB (Red+Green+Blue) = 82+73+16=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #524910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524910 is #ADB6EF. Grayscale: #454545. Windows color (decimal): -11384560 or 1067346. OLE color: 1067346.

HSL color Cylindrical-coordinate representation of color #524910: hue angle of 51.82º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #524910 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB827316-
CMYK00.110.800.68
HSL51.82º67.35%19.22%-
HSV(B)51.82º80.49%32.16%-
XYZ5.966.61.45-
YUV69.1997.98137.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 73 (28.91% from 255) = 42.69%
BLUE value IS 16 (6.64% from 255) = 9.36%
R=47.95%
G=42.69%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82731600.110.800.6851.8267.3519.22
Hex5249100B5044344313
Octal122111200131201046410323
Binary10100101001001100000101110100001000100110100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524910; }

 p { color: rgb(82,73,16); }

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

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

 a { background-color: rgb(82,73,16); }

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

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

 span { border-color: rgb(82,73,16); }

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