#524909

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

Shades of Bronze Olive #524909

Tints of Bronze Olive #524909

Color information

#524909 (or 0x524909) is unknown color: approx Bronze Olive. HEX triplet: 52, 49 and 09. RGB value is (82,73,9). Sum of RGB (Red+Green+Blue) = 82+73+9=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #524909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524909 is #ADB6F6. Grayscale: #444444. Windows color (decimal): -11384567 or 608594. OLE color: 608594.

HSL color Cylindrical-coordinate representation of color #524909: hue angle of 52.6º 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 #524909 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB82739-
CMYK00.110.890.68
HSL52.6º80.22%17.84%-
HSV(B)52.6º89.02%32.16%-
XYZ5.916.581.22-
YUV68.494.48137.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 44.51%
BLUE value IS 9 (3.91% from 255) = 5.49%
R=50%
G=44.51%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8273900.110.890.6852.680.2217.84
Hex524990B5944355012
Octal122111110131311046512022
Binary1010010100100110010101110110011000100110101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524909; }

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

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

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

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

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

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

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

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