#514711

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

Shades of Bronze Olive #514711

Tints of Bronze Olive #514711

Color information

#514711 (or 0x514711) is unknown color: approx Bronze Olive. HEX triplet: 51, 47 and 11. RGB value is (81,71,17). Sum of RGB (Red+Green+Blue) = 81+71+17=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #514711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514711 is #AEB8EE. Grayscale: #444444. Windows color (decimal): -11450607 or 1132369. OLE color: 1132369.

HSL color Cylindrical-coordinate representation of color #514711: hue angle of 50.62º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #514711 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB817117-
CMYK00.120.790.68
HSL50.62º65.31%19.22%-
HSV(B)50.62º79.01%31.76%-
XYZ5.756.31.44-
YUV67.8399.31137.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=47.93%
G=42.01%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81711700.120.790.6850.6265.3119.22
Hex5147110C4F44334113
Octal121107210141171046310123
Binary10100011000111100010110010011111000100110011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514711; }

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

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

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

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

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

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

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

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