#504921

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

Shades of Bronze Olive #504921

Tints of Bronze Olive #504921

Color information

#504921 (or 0x504921) is unknown color: approx Bronze Olive. HEX triplet: 50, 49 and 21. RGB value is (80,73,33). Sum of RGB (Red+Green+Blue) = 80+73+33=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #504921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504921 is #AFB6DE. Grayscale: #464646. Windows color (decimal): -11515615 or 2181456. OLE color: 2181456.

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

Color convert

RGB807333-
CMYK00.090.590.69
HSL51.06º41.59%22.16%-
HSV(B)51.06º58.75%31.37%-
XYZ5.976.582.39-
YUV70.53106.82134.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 73 (28.91% from 255) = 39.25%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=43.01%
G=39.25%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80733300.090.590.6951.0641.5922.16
Hex504921093B45332a16
Octal1201114101173105635226
Binary1010000100100110000101001111011100010111001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504921; }

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

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

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

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

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

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

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

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