#73854A

Color #73854A Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #73854A

Tints of Finch #73854A

Color information

#73854A (or 0x73854A) is unknown color: approx Finch. HEX triplet: 73, 85 and 4A. RGB value is (115,133,74). Sum of RGB (Red+Green+Blue) = 115+133+74=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #73854A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73854A is #8C7AB5. Grayscale: #797979. Windows color (decimal): -9206454 or 4883827. OLE color: 4883827.

HSL color Cylindrical-coordinate representation of color #73854A: hue angle of 78.31º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73854A is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB11513374-
CMYK0.1400.440.48
HSL78.31º28.5%40.59%-
HSV(B)78.31º44.36%52.16%-
XYZ16.6920.919.64-
YUV120.89101.54123.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=35.71%
G=41.30%
B=22.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115133740.1400.440.4878.3128.540.59
Hex73854AE02C304e1d29
Octal16320511216054601163551
Binary111001110000101100101011100101100110000100111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73854A; }

 p { color: rgb(115,133,74); }

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

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

 a { background-color: rgb(115,133,74); }

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

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

 span { border-color: rgb(115,133,74); }

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