#544900

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

Shades of Bronze Olive #544900

Tints of Bronze Olive #544900

Color information

#544900 (or 0x544900) is unknown color: approx Bronze Olive. HEX triplet: 54, 49 and 00. RGB value is (84,73,0). Sum of RGB (Red+Green+Blue) = 84+73+0=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #544900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544900 is #ABB6FF. Grayscale: #444444. Windows color (decimal): -11253504 or 18772. OLE color: 18772.

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

Color convert

RGB84730-
CMYK00.1310.67
HSL52.14º100%16.47%-
HSV(B)52.14º100%32.94%-
XYZ6.046.650.97-
YUV67.9789.64139.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 73 (28.91% from 255) = 46.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.50%
G=46.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8473000.1310.6752.1410016.47
Hex544900D6443346410
Octal12411100151441036414420
Binary1010100100100100110111001001000011110100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544900; }

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

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

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

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

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

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

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

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