#514516

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

Shades of Bronze Olive #514516

Tints of Bronze Olive #514516

Color information

#514516 (or 0x514516) is unknown color: approx Bronze Olive. HEX triplet: 51, 45 and 16. RGB value is (81,69,22). Sum of RGB (Red+Green+Blue) = 81+69+22=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #514516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514516 is #AEBAE9. Grayscale: #434343. Windows color (decimal): -11451114 or 1459537. OLE color: 1459537.

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

Color convert

RGB816922-
CMYK00.150.730.68
HSL47.8º57.28%20.2%-
HSV(B)47.8º72.84%31.76%-
XYZ5.676.061.63-
YUV67.23102.48137.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=47.09%
G=40.12%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81692200.150.730.6847.857.2820.2
Hex5145160F4944303914
Octal12110526017111104607124
Binary1010001100010110110011111001001100010011000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514516; }

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

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

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

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

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

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

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

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