#514920

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

Shades of Bronze Olive #514920

Tints of Bronze Olive #514920

Color information

#514920 (or 0x514920) is unknown color: approx Bronze Olive. HEX triplet: 51, 49 and 20. RGB value is (81,73,32). Sum of RGB (Red+Green+Blue) = 81+73+32=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #514920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514920 is #AEB6DF. Grayscale: #464646. Windows color (decimal): -11450080 or 2115921. OLE color: 2115921.

HSL color Cylindrical-coordinate representation of color #514920: hue angle of 50.2º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514920 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB817332-
CMYK00.100.600.68
HSL50.2º43.36%22.16%-
HSV(B)50.2º60.49%31.76%-
XYZ6.046.622.33-
YUV70.72106.15135.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 73 (28.91% from 255) = 39.25%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=43.55%
G=39.25%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81733200.100.600.6850.243.3622.16
Hex5149200A3C44322b16
Octal1211114001274104625326
Binary1010001100100110000001010111100100010011001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514920; }

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

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

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

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

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

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

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

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