#544908

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

Shades of Bronze Olive #544908

Tints of Bronze Olive #544908

Color information

#544908 (or 0x544908) is unknown color: approx Bronze Olive. HEX triplet: 54, 49 and 08. RGB value is (84,73,8). Sum of RGB (Red+Green+Blue) = 84+73+8=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #544908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544908 is #ABB6F7. Grayscale: #454545. Windows color (decimal): -11253496 or 543060. OLE color: 543060.

HSL color Cylindrical-coordinate representation of color #544908: hue angle of 51.32º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #544908 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB84738-
CMYK00.130.900.67
HSL51.32º82.61%18.04%-
HSV(B)51.32º90.48%32.94%-
XYZ6.086.671.2-
YUV68.8893.64138.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 73 (28.91% from 255) = 44.24%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=50.91%
G=44.24%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8473800.130.900.6751.3282.6118.04
Hex544980D5A43335312
Octal124111100151321036312322
Binary1010100100100110000110110110101000011110011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544908; }

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

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

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

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

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

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

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

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