#514805

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

Shades of Bronze Olive #514805

Tints of Bronze Olive #514805

Color information

#514805 (or 0x514805) is unknown color: approx Bronze Olive. HEX triplet: 51, 48 and 05. RGB value is (81,72,5). Sum of RGB (Red+Green+Blue) = 81+72+5=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #514805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514805 is #AEB7FA. Grayscale: #434343. Windows color (decimal): -11450363 or 346193. OLE color: 346193.

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

Color convert

RGB81725-
CMYK00.110.940.68
HSL52.89º88.37%16.86%-
HSV(B)52.89º93.83%31.76%-
XYZ5.746.41.08-
YUV67.0592.98137.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 5 (2.34% from 255) = 3.16%
R=51.27%
G=45.57%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8172500.110.940.6852.8988.3716.86
Hex514850B5E44355811
Octal12111050131361046513021
Binary101000110010001010101110111101000100110101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514805; }

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

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

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

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

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

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

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

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