#544A19

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

Shades of Bronze Olive #544A19

Tints of Bronze Olive #544A19

Color information

#544A19 (or 0x544A19) is unknown color: approx Bronze Olive. HEX triplet: 54, 4A and 19. RGB value is (84,74,25). Sum of RGB (Red+Green+Blue) = 84+74+25=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #544A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A19 is #ABB5E6. Grayscale: #474747. Windows color (decimal): -11253223 or 1657428. OLE color: 1657428.

HSL color Cylindrical-coordinate representation of color #544A19: hue angle of 49.83º 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 #544A19 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB847425-
CMYK00.120.700.67
HSL49.83º54.13%21.37%-
HSV(B)49.83º70.24%32.94%-
XYZ6.286.851.91-
YUV71.4101.81136.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=45.90%
G=40.44%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84742500.120.700.6749.8354.1321.37
Hex544A190C4643323615
Octal12411231014106103626625
Binary1010100100101011001011001000110100001111001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544A19; }

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

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

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

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

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

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

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

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