#738252

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

Shades of Finch #738252

Tints of Finch #738252

Color information

#738252 (or 0x738252) is unknown color: approx Finch. HEX triplet: 73, 82 and 52. RGB value is (115,130,82). Sum of RGB (Red+Green+Blue) = 115+130+82=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #738252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738252 is #8C7DAD. Grayscale: #787878. Windows color (decimal): -9207214 or 5407347. OLE color: 5407347.

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

Color convert

RGB11513082-
CMYK0.1200.370.49
HSL78.75º22.64%41.57%-
HSV(B)78.75º36.92%50.98%-
XYZ16.5820.2211.01-
YUV120.04106.53124.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.17%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=35.17%
G=39.76%
B=25.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130820.1200.370.4978.7522.6441.57
Hex738252C025314f172a
Octal16320212214045611172752
Binary111001110000010101001011000100101110001100111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738252; }

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

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

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

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

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

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

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

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