#514E21

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

Shades of Bronze Olive #514E21

Tints of Bronze Olive #514E21

Color information

#514E21 (or 0x514E21) is unknown color: approx Bronze Olive. HEX triplet: 51, 4E and 21. RGB value is (81,78,33). Sum of RGB (Red+Green+Blue) = 81+78+33=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #514E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E21 is #AEB1DE. Grayscale: #494949. Windows color (decimal): -11448799 or 2182737. OLE color: 2182737.

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

Color convert

RGB817833-
CMYK00.040.590.68
HSL56.25º42.11%22.35%-
HSV(B)56.25º59.26%31.76%-
XYZ6.397.312.51-
YUV73.77104.99133.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 78 (30.86% from 255) = 40.62%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=42.19%
G=40.62%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81783300.040.590.6856.2542.1122.35
Hex514E21043B44382a16
Octal121116410473104705226
Binary101000110011101000010100111011100010011100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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