#514520

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

Shades of Bronze Olive #514520

Tints of Bronze Olive #514520

Color information

#514520 (or 0x514520) is unknown color: approx Bronze Olive. HEX triplet: 51, 45 and 20. RGB value is (81,69,32). Sum of RGB (Red+Green+Blue) = 81+69+32=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #514520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514520 is #AEBADF. Grayscale: #444444. Windows color (decimal): -11451104 or 2114897. OLE color: 2114897.

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

Color convert

RGB816932-
CMYK00.150.600.68
HSL45.31º43.36%22.16%-
HSV(B)45.31º60.49%31.76%-
XYZ5.786.112.24-
YUV68.37107.48137.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=44.51%
G=37.91%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81693200.150.600.6845.3143.3622.16
Hex5145200F3C442d2b16
Octal1211054001774104555326
Binary1010001100010110000001111111100100010010110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514520; }

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

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

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

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

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

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

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

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