#514914

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

Shades of Bronze Olive #514914

Tints of Bronze Olive #514914

Color information

#514914 (or 0x514914) is unknown color: approx Bronze Olive. HEX triplet: 51, 49 and 14. RGB value is (81,73,20). Sum of RGB (Red+Green+Blue) = 81+73+20=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #514914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514914 is #AEB6EB. Grayscale: #454545. Windows color (decimal): -11450092 or 1329489. OLE color: 1329489.

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

Color convert

RGB817320-
CMYK00.100.750.68
HSL52.13º60.4%19.8%-
HSV(B)52.13º75.31%31.76%-
XYZ5.96.561.62-
YUV69.35100.15136.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=46.55%
G=41.95%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81732000.100.750.6852.1360.419.8
Hex5149140A4B44343c14
Octal12111124012113104647424
Binary1010001100100110100010101001011100010011010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514914; }

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

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

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

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

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

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

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

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