#524F20

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

Shades of Bronze Olive #524F20

Tints of Bronze Olive #524F20

Color information

#524F20 (or 0x524F20) is unknown color: approx Bronze Olive. HEX triplet: 52, 4F and 20. RGB value is (82,79,32). Sum of RGB (Red+Green+Blue) = 82+79+32=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #524F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F20 is #ADB0DF. Grayscale: #4A4A4A. Windows color (decimal): -11383008 or 2117458. OLE color: 2117458.

HSL color Cylindrical-coordinate representation of color #524F20: hue angle of 56.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #524F20 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB827932-
CMYK00.040.610.68
HSL56.4º43.86%22.35%-
HSV(B)56.4º60.98%32.16%-
XYZ6.547.492.47-
YUV74.54103.99133.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=42.49%
G=40.93%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82793200.040.610.6856.443.8622.35
Hex524F20043D44382c16
Octal122117400475104705426
Binary101001010011111000000100111101100010011100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524F20; }

 p { color: rgb(82,79,32); }

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

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

 a { background-color: rgb(82,79,32); }

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

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

 span { border-color: rgb(82,79,32); }

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