#514421

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

Shades of Bronze Olive #514421

Tints of Bronze Olive #514421

Color information

#514421 (or 0x514421) is unknown color: approx Bronze Olive. HEX triplet: 51, 44 and 21. RGB value is (81,68,33). Sum of RGB (Red+Green+Blue) = 81+68+33=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #514421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514421 is #AEBBDE. Grayscale: #444444. Windows color (decimal): -11451359 or 2180177. OLE color: 2180177.

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

Color convert

RGB816833-
CMYK00.160.590.68
HSL43.75º42.11%22.35%-
HSV(B)43.75º59.26%31.76%-
XYZ5.735.992.29-
YUV67.9108.31137.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=44.51%
G=37.36%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81683300.160.590.6843.7542.1122.35
Hex5144210103B442c2a16
Octal1211044102073104545226
Binary10100011000100100001010000111011100010010110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514421; }

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

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

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

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

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

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

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

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