#514905

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

Shades of Bronze Olive #514905

Tints of Bronze Olive #514905

Color information

#514905 (or 0x514905) is unknown color: approx Bronze Olive. HEX triplet: 51, 49 and 05. RGB value is (81,73,5). Sum of RGB (Red+Green+Blue) = 81+73+5=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #514905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514905 is #AEB6FA. Grayscale: #434343. Windows color (decimal): -11450107 or 346449. OLE color: 346449.

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

Color convert

RGB81735-
CMYK00.100.940.68
HSL53.68º88.37%16.86%-
HSV(B)53.68º93.83%31.76%-
XYZ5.86.531.1-
YUV67.6492.65137.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 73 (28.91% from 255) = 45.91%
BLUE value IS 5 (2.34% from 255) = 3.14%
R=50.94%
G=45.91%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8173500.100.940.6853.6888.3716.86
Hex514950A5E44365811
Octal12111150121361046613021
Binary101000110010011010101010111101000100110110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514905; }

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

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

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

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

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

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

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

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