#504909

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

Shades of Bronze Olive #504909

Tints of Bronze Olive #504909

Color information

#504909 (or 0x504909) is unknown color: approx Bronze Olive. HEX triplet: 50, 49 and 09. RGB value is (80,73,9). Sum of RGB (Red+Green+Blue) = 80+73+9=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #504909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504909 is #AFB6F6. Grayscale: #444444. Windows color (decimal): -11515639 or 608592. OLE color: 608592.

HSL color Cylindrical-coordinate representation of color #504909: hue angle of 54.08º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #504909 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB80739-
CMYK00.090.890.69
HSL54.08º79.78%17.45%-
HSV(B)54.08º88.75%31.37%-
XYZ5.746.491.21-
YUV67.894.82136.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=49.38%
G=45.06%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8073900.090.890.6954.0879.7817.45
Hex50499095945365011
Octal120111110111311056612021
Binary1010000100100110010100110110011000101110110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504909; }

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

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

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

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

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

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

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

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