Html Css Color HEX #73854A Finch

📋 copy color: '#73854A'

red 115 ◦ green 133 ◦ blue 74

#73854A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #73854A

Tints of Finch #73854A

RGB

 RED value IS 115 (45.31% from 255) = 35.71%

 GREEN value IS 133 (52.34% from 255) = 41.3%

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 35.71%
G = 41.3%
B = 22.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#73854A (or 0x73854A) is known color: 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

RGB 115 133 74 -
CMYK 0.14 0 0.44 0.48
HSL 78.31º 0.29% 0.41% -
HSV(B) 78.31º 0.44% 0.52% -
XYZ 16.69 20.91 9.64 -
YUV 120.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 115 133 74 0.14 0 0.44 0.48 78.31 0.29 0.41
Hex 73 85 4A E 0 2C 30 4E 1D 29
Octal 163 205 112 16 0 54 60 116 35 51
Binary 1110011 10000101 1001010 1110 0 101100 110000 1001110 11101 101001

Color Harmonies of #73854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73854A

Black with #73854A

Text Example


Text Example

White with #73854A

Text Example


Text Example

HTML Codes & Css Web 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>