#514420

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

Shades of Bronze Olive #514420

Tints of Bronze Olive #514420

Color information

#514420 (or 0x514420) is unknown color: approx Bronze Olive. HEX triplet: 51, 44 and 20. RGB value is (81,68,32). Sum of RGB (Red+Green+Blue) = 81+68+32=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #514420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514420 is #AEBBDF. Grayscale: #434343. Windows color (decimal): -11451360 or 2114641. OLE color: 2114641.

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

Color convert

RGB816832-
CMYK00.160.600.68
HSL44.08º43.36%22.16%-
HSV(B)44.08º60.49%31.76%-
XYZ5.725.992.22-
YUV67.78107.81137.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 68 (26.95% from 255) = 37.57%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=44.75%
G=37.57%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81683200.160.600.6844.0843.3622.16
Hex5144200103C442c2b16
Octal1211044002074104545326
Binary10100011000100100000010000111100100010010110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514420; }

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

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

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

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

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

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

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

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