#544905

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

Shades of Bronze Olive #544905

Tints of Bronze Olive #544905

Color information

#544905 (or 0x544905) is unknown color: approx Bronze Olive. HEX triplet: 54, 49 and 05. RGB value is (84,73,5). Sum of RGB (Red+Green+Blue) = 84+73+5=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #544905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544905 is #ABB6FA. Grayscale: #444444. Windows color (decimal): -11253499 or 346452. OLE color: 346452.

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

Color convert

RGB84735-
CMYK00.130.940.67
HSL51.65º88.76%17.45%-
HSV(B)51.65º94.05%32.94%-
XYZ6.076.661.11-
YUV68.5492.14139.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 5 (2.34% from 255) = 3.09%
R=51.85%
G=45.06%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8473500.130.940.6751.6588.7617.45
Hex544950D5E43345911
Octal12411150151361036413121
Binary101010010010011010110110111101000011110100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544905; }

 p { color: rgb(84,73,5); }

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

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

 a { background-color: rgb(84,73,5); }

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

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

 span { border-color: rgb(84,73,5); }

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