#71824C

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

Shades of Finch #71824C

Tints of Finch #71824C

Color information

#71824C (or 0x71824C) is unknown color: approx Finch. HEX triplet: 71, 82 and 4C. RGB value is (113,130,76). Sum of RGB (Red+Green+Blue) = 113+130+76=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #71824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71824C is #8E7DB3. Grayscale: #767676. Windows color (decimal): -9338292 or 5014129. OLE color: 5014129.

HSL color Cylindrical-coordinate representation of color #71824C: hue angle of 78.89º 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 #71824C is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB11313076-
CMYK0.1300.420.49
HSL78.89º26.21%40.39%-
HSV(B)78.89º41.54%50.98%-
XYZ16.1209.85-
YUV118.76103.87123.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=35.42%
G=40.75%
B=23.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130760.1300.420.4978.8926.2140.39
Hex71824CD02A314f1a28
Octal16120211415052611173250
Binary111000110000010100110011010101010110001100111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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