#514620

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

Shades of Bronze Olive #514620

Tints of Bronze Olive #514620

Color information

#514620 (or 0x514620) is unknown color: approx Bronze Olive. HEX triplet: 51, 46 and 20. RGB value is (81,70,32). Sum of RGB (Red+Green+Blue) = 81+70+32=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #514620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514620 is #AEB9DF. Grayscale: #454545. Windows color (decimal): -11450848 or 2115153. OLE color: 2115153.

HSL color Cylindrical-coordinate representation of color #514620: hue angle of 46.53º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514620 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB817032-
CMYK00.140.600.68
HSL46.53º43.36%22.16%-
HSV(B)46.53º60.49%31.76%-
XYZ5.846.232.26-
YUV68.96107.14136.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=44.26%
G=38.25%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81703200.140.600.6846.5343.3622.16
Hex5146200E3C442f2b16
Octal1211064001674104575326
Binary1010001100011010000001110111100100010010111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514620; }

 p { color: rgb(81,70,32); }

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

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

 a { background-color: rgb(81,70,32); }

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

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

 span { border-color: rgb(81,70,32); }

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