Html Css Color HEX #738249 Finch

📋 copy color: '#738249'

red 115 ◦ green 130 ◦ blue 73

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

Shades of Finch #738249

Tints of Finch #738249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.88%

 BLUE value IS 73 (28.91% from 255) = 22.96%

R = 36.16%
G = 40.88%
B = 22.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#738249 (or 0x738249) is known color: Finch. HEX triplet: 73, 82 and 49. RGB value is (115,130,73). Sum of RGB (Red+Green+Blue) = 115+130+73=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #738249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738249 is #8C7DB6. Grayscale: #777777. Windows color (decimal): -9207223 or 4817523. OLE color: 4817523.

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

Color convert

RGB 115 130 73 -
CMYK 0.12 0 0.44 0.49
HSL 75.79º 0.28% 0.4% -
HSV(B) 75.79º 0.44% 0.51% -
XYZ 16.26 20.09 9.32 -
YUV 119.02 102.03 125.13 -
System Red Green Blue C M Y K H S L
Decimal 115 130 73 0.12 0 0.44 0.49 75.79 0.28 0.4
Hex 73 82 49 C 0 2C 31 4C 1C 28
Octal 163 202 111 14 0 54 61 114 34 50
Binary 1110011 10000010 1001001 1100 0 101100 110001 1001100 11100 101000

Color Harmonies of #738249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738249

Black with #738249

Text Example


Text Example

White with #738249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738249; }

 p { color: rgb(115,130,73); }

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

background-color css

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

 a { background-color: rgb(115,130,73); }

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

border-color css

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

 span { border-color: rgb(115,130,73); }

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