#514922

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

Shades of Bronze Olive #514922

Tints of Bronze Olive #514922

Color information

#514922 (or 0x514922) is unknown color: approx Bronze Olive. HEX triplet: 51, 49 and 22. RGB value is (81,73,34). Sum of RGB (Red+Green+Blue) = 81+73+34=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #514922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514922 is #AEB6DD. Grayscale: #474747. Windows color (decimal): -11450078 or 2246993. OLE color: 2246993.

HSL color Cylindrical-coordinate representation of color #514922: hue angle of 49.79º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514922 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB817334-
CMYK00.100.580.68
HSL49.79º40.87%22.55%-
HSV(B)49.79º58.02%31.76%-
XYZ6.066.632.47-
YUV70.95107.15135.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 34 (13.67% from 255) = 18.09%
R=43.09%
G=38.83%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81733400.100.580.6849.7940.8722.55
Hex5149220A3A44322917
Octal1211114201272104625127
Binary1010001100100110001001010111010100010011001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514922; }

 p { color: rgb(81,73,34); }

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

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

 a { background-color: rgb(81,73,34); }

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

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

 span { border-color: rgb(81,73,34); }

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