#524711

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

Shades of Bronze Olive #524711

Tints of Bronze Olive #524711

Color information

#524711 (or 0x524711) is unknown color: approx Bronze Olive. HEX triplet: 52, 47 and 11. RGB value is (82,71,17). Sum of RGB (Red+Green+Blue) = 82+71+17=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #524711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524711 is #ADB8EE. Grayscale: #444444. Windows color (decimal): -11385071 or 1132370. OLE color: 1132370.

HSL color Cylindrical-coordinate representation of color #524711: hue angle of 49.85º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #524711 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB827117-
CMYK00.130.790.68
HSL49.85º65.66%19.41%-
HSV(B)49.85º79.27%32.16%-
XYZ5.836.341.45-
YUV68.1399.14137.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.24%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 17 (7.03% from 255) = 10%
R=48.24%
G=41.76%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82711700.130.790.6849.8565.6619.41
Hex5247110D4F44324213
Octal122107210151171046210223
Binary10100101000111100010110110011111000100110010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524711; }

 p { color: rgb(82,71,17); }

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

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

 a { background-color: rgb(82,71,17); }

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

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

 span { border-color: rgb(82,71,17); }

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