#514D19

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

Shades of Bronze Olive #514D19

Tints of Bronze Olive #514D19

Color information

#514D19 (or 0x514D19) is unknown color: approx Bronze Olive. HEX triplet: 51, 4D and 19. RGB value is (81,77,25). Sum of RGB (Red+Green+Blue) = 81+77+25=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #514D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D19 is #AEB2E6. Grayscale: #484848. Windows color (decimal): -11449063 or 1658193. OLE color: 1658193.

HSL color Cylindrical-coordinate representation of color #514D19: hue angle of 55.71º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #514D19 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB817725-
CMYK00.050.690.68
HSL55.71º52.83%20.78%-
HSV(B)55.71º69.14%31.76%-
XYZ6.227.131.97-
YUV72.27101.33134.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 77 (30.47% from 255) = 42.08%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=44.26%
G=42.08%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81772500.050.690.6855.7152.8320.78
Hex514D19054544383515
Octal1211153105105104706525
Binary101000110011011100101011000101100010011100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514D19; }

 p { color: rgb(81,77,25); }

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

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

 a { background-color: rgb(81,77,25); }

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

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

 span { border-color: rgb(81,77,25); }

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