#514719

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

Shades of Bronze Olive #514719

Tints of Bronze Olive #514719

Color information

#514719 (or 0x514719) is unknown color: approx Bronze Olive. HEX triplet: 51, 47 and 19. RGB value is (81,71,25). Sum of RGB (Red+Green+Blue) = 81+71+25=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #514719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514719 is #AEB8E6. Grayscale: #444444. Windows color (decimal): -11450599 or 1656657. OLE color: 1656657.

HSL color Cylindrical-coordinate representation of color #514719: hue angle of 49.29º 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 #514719 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB817125-
CMYK00.120.690.68
HSL49.29º52.83%20.78%-
HSV(B)49.29º69.14%31.76%-
XYZ5.826.331.83-
YUV68.75103.31136.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=45.76%
G=40.11%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81712500.120.690.6849.2952.8320.78
Hex5147190C4544313515
Octal12110731014105104616525
Binary1010001100011111001011001000101100010011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514719; }

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

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

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

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

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

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

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

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