#514913

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

Shades of Bronze Olive #514913

Tints of Bronze Olive #514913

Color information

#514913 (or 0x514913) is unknown color: approx Bronze Olive. HEX triplet: 51, 49 and 13. RGB value is (81,73,19). Sum of RGB (Red+Green+Blue) = 81+73+19=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #514913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514913 is #AEB6EC. Grayscale: #454545. Windows color (decimal): -11450093 or 1263953. OLE color: 1263953.

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

Color convert

RGB817319-
CMYK00.100.770.68
HSL52.26º62%19.61%-
HSV(B)52.26º76.54%31.76%-
XYZ5.896.561.57-
YUV69.2499.65136.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 73 (28.91% from 255) = 42.20%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=46.82%
G=42.20%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81731900.100.770.6852.266219.61
Hex5149130A4D44343e14
Octal12111123012115104647624
Binary1010001100100110011010101001101100010011010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514913; }

 p { color: rgb(81,73,19); }

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

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

 a { background-color: rgb(81,73,19); }

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

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

 span { border-color: rgb(81,73,19); }

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