#545017

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

Shades of Bronze Olive #545017

Tints of Bronze Olive #545017

Color information

#545017 (or 0x545017) is unknown color: approx Bronze Olive. HEX triplet: 54, 50 and 17. RGB value is (84,80,23). Sum of RGB (Red+Green+Blue) = 84+80+23=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #545017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545017 is #ABAFE8. Grayscale: #4A4A4A. Windows color (decimal): -11251689 or 1527892. OLE color: 1527892.

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

Color convert

RGB848023-
CMYK00.050.730.67
HSL56.07º57.01%20.98%-
HSV(B)56.07º72.62%32.94%-
XYZ6.687.681.94-
YUV74.798.83134.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 23 (9.38% from 255) = 12.30%
R=44.92%
G=42.78%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84802300.050.730.6756.0757.0120.98
Hex545017054943383915
Octal1241202705111103707125
Binary101010010100001011101011001001100001111100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545017; }

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

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

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

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

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

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

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

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