#514616

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

Shades of Bronze Olive #514616

Tints of Bronze Olive #514616

Color information

#514616 (or 0x514616) is unknown color: approx Bronze Olive. HEX triplet: 51, 46 and 16. RGB value is (81,70,22). Sum of RGB (Red+Green+Blue) = 81+70+22=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #514616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514616 is #AEB9E9. Grayscale: #444444. Windows color (decimal): -11450858 or 1459793. OLE color: 1459793.

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

Color convert

RGB817022-
CMYK00.140.730.68
HSL48.81º57.28%20.2%-
HSV(B)48.81º72.84%31.76%-
XYZ5.736.191.65-
YUV67.82102.14137.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=46.82%
G=40.46%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81702200.140.730.6848.8157.2820.2
Hex5146160E4944313914
Octal12110626016111104617124
Binary1010001100011010110011101001001100010011000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514616; }

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

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

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

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

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

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

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

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