#73824C

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

Shades of Finch #73824C

Tints of Finch #73824C

Color information

#73824C (or 0x73824C) is unknown color: approx Finch. HEX triplet: 73, 82 and 4C. RGB value is (115,130,76). Sum of RGB (Red+Green+Blue) = 115+130+76=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #73824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73824C is #8C7DB3. Grayscale: #777777. Windows color (decimal): -9207220 or 5014131. OLE color: 5014131.

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

Color convert

RGB11513076-
CMYK0.1200.420.49
HSL76.67º26.21%40.39%-
HSV(B)76.67º41.54%50.98%-
XYZ16.3620.139.86-
YUV119.36103.53124.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.83%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 76 (30.08% from 255) = 23.68%
R=35.83%
G=40.50%
B=23.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130760.1200.420.4976.6726.2140.39
Hex73824CC02A314d1a28
Octal16320211414052611153250
Binary111001110000010100110011000101010110001100110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73824C; }

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

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

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

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

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

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

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

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