#514716

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

Shades of Bronze Olive #514716

Tints of Bronze Olive #514716

Color information

#514716 (or 0x514716) is unknown color: approx Bronze Olive. HEX triplet: 51, 47 and 16. RGB value is (81,71,22). Sum of RGB (Red+Green+Blue) = 81+71+22=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #514716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514716 is #AEB8E9. Grayscale: #444444. Windows color (decimal): -11450602 or 1460049. OLE color: 1460049.

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

Color convert

RGB817122-
CMYK00.120.730.68
HSL49.83º57.28%20.2%-
HSV(B)49.83º72.84%31.76%-
XYZ5.796.311.67-
YUV68.4101.81136.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 71 (28.12% from 255) = 40.80%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=46.55%
G=40.80%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81712200.120.730.6849.8357.2820.2
Hex5147160C4944323914
Octal12110726014111104627124
Binary1010001100011110110011001001001100010011001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514716; }

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

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

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

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

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

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

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

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