#545014

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

Shades of Bronze Olive #545014

Tints of Bronze Olive #545014

Color information

#545014 (or 0x545014) is unknown color: approx Bronze Olive. HEX triplet: 54, 50 and 14. RGB value is (84,80,20). Sum of RGB (Red+Green+Blue) = 84+80+20=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #545014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545014 is #ABAFEB. Grayscale: #4A4A4A. Windows color (decimal): -11251692 or 1331284. OLE color: 1331284.

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

Color convert

RGB848020-
CMYK00.050.760.67
HSL56.25º61.54%20.39%-
HSV(B)56.25º76.19%32.94%-
XYZ6.657.671.79-
YUV74.3697.33134.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=45.65%
G=43.48%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84802000.050.760.6756.2561.5420.39
Hex545014054C43383e14
Octal1241202405114103707624
Binary101010010100001010001011001100100001111100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545014; }

 p { color: rgb(84,80,20); }

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

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

 a { background-color: rgb(84,80,20); }

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

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

 span { border-color: rgb(84,80,20); }

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