#544A20

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

Shades of Bronze Olive #544A20

Tints of Bronze Olive #544A20

Color information

#544A20 (or 0x544A20) is unknown color: approx Bronze Olive. HEX triplet: 54, 4A and 20. RGB value is (84,74,32). Sum of RGB (Red+Green+Blue) = 84+74+32=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #544A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A20 is #ABB5DF. Grayscale: #484848. Windows color (decimal): -11253216 or 2116180. OLE color: 2116180.

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

Color convert

RGB847432-
CMYK00.120.620.67
HSL48.46º44.83%22.75%-
HSV(B)48.46º61.9%32.94%-
XYZ6.376.892.36-
YUV72.2105.31136.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=44.21%
G=38.95%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84743200.120.620.6748.4644.8322.75
Hex544A200C3E43302d17
Octal1241124001476103605527
Binary1010100100101010000001100111110100001111000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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