#545120

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

Shades of Bronze Olive #545120

Tints of Bronze Olive #545120

Color information

#545120 (or 0x545120) is unknown color: approx Bronze Olive. HEX triplet: 54, 51 and 20. RGB value is (84,81,32). Sum of RGB (Red+Green+Blue) = 84+81+32=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #545120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545120 is #ABAEDF. Grayscale: #4C4C4C. Windows color (decimal): -11251424 or 2117972. OLE color: 2117972.

HSL color Cylindrical-coordinate representation of color #545120: hue angle of 56.54º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545120 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB848132-
CMYK00.040.620.67
HSL56.54º44.83%22.75%-
HSV(B)56.54º61.9%32.94%-
XYZ6.867.872.52-
YUV76.31102.99133.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 81 (32.03% from 255) = 41.12%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=42.64%
G=41.12%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84813200.040.620.6756.5444.8322.75
Hex545120043E43392d17
Octal124121400476103715527
Binary101010010100011000000100111110100001111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545120; }

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

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

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

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

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

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

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

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