#514A20

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

Shades of Bronze Olive #514A20

Tints of Bronze Olive #514A20

Color information

#514A20 (or 0x514A20) is unknown color: approx Bronze Olive. HEX triplet: 51, 4A and 20. RGB value is (81,74,32). Sum of RGB (Red+Green+Blue) = 81+74+32=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #514A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A20 is #AEB5DF. Grayscale: #474747. Windows color (decimal): -11449824 or 2116177. OLE color: 2116177.

HSL color Cylindrical-coordinate representation of color #514A20: hue angle of 51.43º 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 #514A20 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB817432-
CMYK00.090.600.68
HSL51.43º43.36%22.16%-
HSV(B)51.43º60.49%31.76%-
XYZ6.16.752.35-
YUV71.3105.82134.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=43.32%
G=39.57%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81743200.090.600.6851.4343.3622.16
Hex514A20093C44332b16
Octal1211124001174104635326
Binary1010001100101010000001001111100100010011001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514A20; }

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

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

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

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

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

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

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

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