#524A09

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

Shades of Bronze Olive #524A09

Tints of Bronze Olive #524A09

Color information

#524A09 (or 0x524A09) is unknown color: approx Bronze Olive. HEX triplet: 52, 4A and 09. RGB value is (82,74,9). Sum of RGB (Red+Green+Blue) = 82+74+9=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #524A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524A09 is #ADB5F6. Grayscale: #454545. Windows color (decimal): -11384311 or 608850. OLE color: 608850.

HSL color Cylindrical-coordinate representation of color #524A09: hue angle of 53.42º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #524A09 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB82749-
CMYK00.100.890.68
HSL53.42º80.22%17.84%-
HSV(B)53.42º89.02%32.16%-
XYZ5.986.711.24-
YUV68.9894.15137.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 74 (29.30% from 255) = 44.85%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=49.70%
G=44.85%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8274900.100.890.6853.4280.2217.84
Hex524A90A5944355012
Octal122112110121311046512022
Binary1010010100101010010101010110011000100110101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,74,9); }

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

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

 a { background-color: rgb(82,74,9); }

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

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

 span { border-color: rgb(82,74,9); }

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