#544A07

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

Shades of Bronze Olive #544A07

Tints of Bronze Olive #544A07

Color information

#544A07 (or 0x544A07) is unknown color: approx Bronze Olive. HEX triplet: 54, 4A and 07. RGB value is (84,74,7). Sum of RGB (Red+Green+Blue) = 84+74+7=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #544A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A07 is #ABB5F8. Grayscale: #454545. Windows color (decimal): -11253241 or 477780. OLE color: 477780.

HSL color Cylindrical-coordinate representation of color #544A07: hue angle of 52.21º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #544A07 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB84747-
CMYK00.120.920.67
HSL52.21º84.62%17.84%-
HSV(B)52.21º91.67%32.94%-
XYZ6.146.81.19-
YUV69.3592.81138.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 74 (29.30% from 255) = 44.85%
BLUE value IS 7 (3.12% from 255) = 4.24%
R=50.91%
G=44.85%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8474700.120.920.6752.2184.6217.84
Hex544A70C5C43345512
Octal12411270141341036412522
Binary101010010010101110110010111001000011110100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544A07; }

 p { color: rgb(84,74,7); }

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

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

 a { background-color: rgb(84,74,7); }

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

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

 span { border-color: rgb(84,74,7); }

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