Html Css Color HEX #738350 Finch

📋 copy color: '#738350'

red 115 ◦ green 131 ◦ blue 80

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

Shades of Finch #738350

Tints of Finch #738350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.18%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 35.28%
G = 40.18%
B = 24.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#738350 (or 0x738350) is known color: Finch. HEX triplet: 73, 83 and 50. RGB value is (115,131,80). Sum of RGB (Red+Green+Blue) = 115+131+80=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #738350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738350 is #8C7CAF. Grayscale: #787878. Windows color (decimal): -9206960 or 5276531. OLE color: 5276531.

HSL color Cylindrical-coordinate representation of color #738350: hue angle of 78.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #738350 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 131 80 -
CMYK 0.12 0 0.39 0.49
HSL 78.82º 0.24% 0.41% -
HSV(B) 78.82º 0.39% 0.51% -
XYZ 16.63 20.46 10.66 -
YUV 120.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 115 131 80 0.12 0 0.39 0.49 78.82 0.24 0.41
Hex 73 83 50 C 0 27 31 4F 18 29
Octal 163 203 120 14 0 47 61 117 30 51
Binary 1110011 10000011 1010000 1100 0 100111 110001 1001111 11000 101001

Color Harmonies of #738350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738350

Black with #738350

Text Example


Text Example

White with #738350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738350; }

 p { color: rgb(115,131,80); }

 H1.HeaderClassName
 {
   color: #738350;
 }
 .AnyTagClassName
 {
   color: #738350;
 }
</style>

background-color css

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

 a { background-color: rgb(115,131,80); }

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

border-color css

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

 span { border-color: rgb(115,131,80); }

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