#514621

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

Shades of Bronze Olive #514621

Tints of Bronze Olive #514621

Color information

#514621 (or 0x514621) is unknown color: approx Bronze Olive. HEX triplet: 51, 46 and 21. RGB value is (81,70,33). Sum of RGB (Red+Green+Blue) = 81+70+33=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #514621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514621 is #AEB9DE. Grayscale: #454545. Windows color (decimal): -11450847 or 2180689. OLE color: 2180689.

HSL color Cylindrical-coordinate representation of color #514621: hue angle of 46.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #514621 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB817033-
CMYK00.140.590.68
HSL46.25º42.11%22.35%-
HSV(B)46.25º59.26%31.76%-
XYZ5.866.242.33-
YUV69.07107.64136.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=44.02%
G=38.04%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81703300.140.590.6846.2542.1122.35
Hex5146210E3B442e2a16
Octal1211064101673104565226
Binary1010001100011010000101110111011100010010111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514621; }

 p { color: rgb(81,70,33); }

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

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

 a { background-color: rgb(81,70,33); }

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

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

 span { border-color: rgb(81,70,33); }

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