#544505

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

Shades of Bronze Olive #544505

Tints of Bronze Olive #544505

Color information

#544505 (or 0x544505) is unknown color: approx Bronze Olive. HEX triplet: 54, 45 and 05. RGB value is (84,69,5). Sum of RGB (Red+Green+Blue) = 84+69+5=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #544505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544505 is #ABBAFA. Grayscale: #424242. Windows color (decimal): -11254523 or 345428. OLE color: 345428.

HSL color Cylindrical-coordinate representation of color #544505: hue angle of 48.61º 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 #544505 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB84695-
CMYK00.180.940.67
HSL48.61º88.76%17.45%-
HSV(B)48.61º94.05%32.94%-
XYZ5.816.151.02-
YUV66.1993.47140.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 69 (27.34% from 255) = 43.67%
BLUE value IS 5 (2.34% from 255) = 3.16%
R=53.16%
G=43.67%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8469500.180.940.6748.6188.7617.45
Hex544550125E43315911
Octal12410550221361036113121
Binary1010100100010110101001010111101000011110001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544505; }

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

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

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

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

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

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

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

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