#524922

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

Shades of Bronze Olive #524922

Tints of Bronze Olive #524922

Color information

#524922 (or 0x524922) is unknown color: approx Bronze Olive. HEX triplet: 52, 49 and 22. RGB value is (82,73,34). Sum of RGB (Red+Green+Blue) = 82+73+34=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #524922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524922 is #ADB6DD. Grayscale: #474747. Windows color (decimal): -11384542 or 2246994. OLE color: 2246994.

HSL color Cylindrical-coordinate representation of color #524922: hue angle of 48.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #524922 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB827334-
CMYK00.110.590.68
HSL48.75º41.38%22.75%-
HSV(B)48.75º58.54%32.16%-
XYZ6.156.672.48-
YUV71.24106.98135.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 34 (13.67% from 255) = 17.99%
R=43.39%
G=38.62%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82733400.110.590.6848.7541.3822.75
Hex5249220B3B44312917
Octal1221114201373104615127
Binary1010010100100110001001011111011100010011000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524922; }

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

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

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

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

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

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

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

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