#544E21

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

Shades of Bronze Olive #544E21

Tints of Bronze Olive #544E21

Color information

#544E21 (or 0x544E21) is unknown color: approx Bronze Olive. HEX triplet: 54, 4E and 21. RGB value is (84,78,33). Sum of RGB (Red+Green+Blue) = 84+78+33=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #544E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E21 is #ABB1DE. Grayscale: #4A4A4A. Windows color (decimal): -11252191 or 2182740. OLE color: 2182740.

HSL color Cylindrical-coordinate representation of color #544E21: hue angle of 52.94º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #544E21 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB847833-
CMYK00.070.610.67
HSL52.94º43.59%22.94%-
HSV(B)52.94º60.71%32.94%-
XYZ6.667.442.52-
YUV74.66104.49134.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 78 (30.86% from 255) = 40%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=43.08%
G=40%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84783300.070.610.6752.9443.5922.94
Hex544E21073D43352c17
Octal124116410775103655427
Binary101010010011101000010111111101100001111010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,78,33); }

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

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

 a { background-color: rgb(84,78,33); }

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

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

 span { border-color: rgb(84,78,33); }

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