#545119

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

Shades of Bronze Olive #545119

Tints of Bronze Olive #545119

Color information

#545119 (or 0x545119) is unknown color: approx Bronze Olive. HEX triplet: 54, 51 and 19. RGB value is (84,81,25). Sum of RGB (Red+Green+Blue) = 84+81+25=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #545119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545119 is #ABAEE6. Grayscale: #4B4B4B. Windows color (decimal): -11251431 or 1659220. OLE color: 1659220.

HSL color Cylindrical-coordinate representation of color #545119: hue angle of 56.95º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #545119 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB848125-
CMYK00.040.700.67
HSL56.95º54.13%21.37%-
HSV(B)56.95º70.24%32.94%-
XYZ6.777.842.08-
YUV75.5199.49134.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 25 (10.16% from 255) = 13.16%
R=44.21%
G=42.63%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84812500.040.700.6756.9554.1321.37
Hex545119044643393615
Octal1241213104106103716625
Binary101010010100011100101001000110100001111100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545119; }

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

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

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

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

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

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

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

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