#544521

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

Shades of Bronze Olive #544521

Tints of Bronze Olive #544521

Color information

#544521 (or 0x544521) is unknown color: approx Bronze Olive. HEX triplet: 54, 45 and 21. RGB value is (84,69,33). Sum of RGB (Red+Green+Blue) = 84+69+33=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #544521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544521 is #ABBADE. Grayscale: #454545. Windows color (decimal): -11254495 or 2180436. OLE color: 2180436.

HSL color Cylindrical-coordinate representation of color #544521: hue angle of 42.35º 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 #544521 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB846933-
CMYK00.180.610.67
HSL42.35º43.59%22.94%-
HSV(B)42.35º60.71%32.94%-
XYZ6.066.252.33-
YUV69.38107.47138.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=45.16%
G=37.10%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84693300.180.610.6742.3543.5922.94
Hex5445210123D432a2c17
Octal1241054102275103525427
Binary10101001000101100001010010111101100001110101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544521; }

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

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

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

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

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

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

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

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