#514921

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

Shades of Bronze Olive #514921

Tints of Bronze Olive #514921

Color information

#514921 (or 0x514921) is unknown color: approx Bronze Olive. HEX triplet: 51, 49 and 21. RGB value is (81,73,33). Sum of RGB (Red+Green+Blue) = 81+73+33=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #514921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514921 is #AEB6DE. Grayscale: #474747. Windows color (decimal): -11450079 or 2181457. OLE color: 2181457.

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

Color convert

RGB817333-
CMYK00.100.590.68
HSL50º42.11%22.35%-
HSV(B)50º59.26%31.76%-
XYZ6.056.622.4-
YUV70.83106.65135.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=43.32%
G=39.04%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81733300.100.590.685042.1122.35
Hex5149210A3B44322a16
Octal1211114101273104625226
Binary1010001100100110000101010111011100010011001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514921; }

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

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

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

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

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

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

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

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