#504915

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

Shades of Bronze Olive #504915

Tints of Bronze Olive #504915

Color information

#504915 (or 0x504915) is unknown color: approx Bronze Olive. HEX triplet: 50, 49 and 15. RGB value is (80,73,21). Sum of RGB (Red+Green+Blue) = 80+73+21=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #504915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504915 is #AFB6EA. Grayscale: #454545. Windows color (decimal): -11515627 or 1395024. OLE color: 1395024.

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

Color convert

RGB807321-
CMYK00.090.740.69
HSL52.88º58.42%19.8%-
HSV(B)52.88º73.75%31.37%-
XYZ5.836.521.66-
YUV69.17100.82135.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=45.98%
G=41.95%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80732100.090.740.6952.8858.4219.8
Hex504915094A45353a14
Octal12011125011112105657224
Binary1010000100100110101010011001010100010111010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504915; }

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

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

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

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

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

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

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

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