#544720

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

Shades of Bronze Olive #544720

Tints of Bronze Olive #544720

Color information

#544720 (or 0x544720) is unknown color: approx Bronze Olive. HEX triplet: 54, 47 and 20. RGB value is (84,71,32). Sum of RGB (Red+Green+Blue) = 84+71+32=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #544720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544720 is #ABB8DF. Grayscale: #464646. Windows color (decimal): -11253984 or 2115412. OLE color: 2115412.

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

Color convert

RGB847132-
CMYK00.150.620.67
HSL45º44.83%22.75%-
HSV(B)45º61.9%32.94%-
XYZ6.176.52.3-
YUV70.44106.31137.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=44.92%
G=37.97%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84713200.150.620.674544.8322.75
Hex5447200F3E432d2d17
Octal1241074001776103555527
Binary1010100100011110000001111111110100001110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544720; }

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

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

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

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

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

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

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

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