#544610

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

Shades of Bronze Olive #544610

Tints of Bronze Olive #544610

Color information

#544610 (or 0x544610) is unknown color: approx Bronze Olive. HEX triplet: 54, 46 and 10. RGB value is (84,70,16). Sum of RGB (Red+Green+Blue) = 84+70+16=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #544610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544610 is #ABB9EF. Grayscale: #444444. Windows color (decimal): -11254256 or 1066580. OLE color: 1066580.

HSL color Cylindrical-coordinate representation of color #544610: hue angle of 47.65º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #544610 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB847016-
CMYK00.170.810.67
HSL47.65º68%19.61%-
HSV(B)47.65º80.95%32.94%-
XYZ5.946.31.39-
YUV68.0398.64139.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.41%
GREEN value IS 70 (27.73% from 255) = 41.18%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=49.41%
G=41.18%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84701600.170.810.6747.656819.61
Hex5446100115143304414
Octal124106200211211036010424
Binary101010010001101000001000110100011000011110000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544610; }

 p { color: rgb(84,70,16); }

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

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

 a { background-color: rgb(84,70,16); }

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

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

 span { border-color: rgb(84,70,16); }

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