#81875C

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

Shades of Finch #81875C

Tints of Finch #81875C

Color information

#81875C (or 0x81875C) is unknown color: approx Finch. HEX triplet: 81, 87 and 5C. RGB value is (129,135,92). Sum of RGB (Red+Green+Blue) = 129+135+92=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #81875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81875C is #7E78A3. Grayscale: #808080. Windows color (decimal): -8288420 or 6064001. OLE color: 6064001.

HSL color Cylindrical-coordinate representation of color #81875C: hue angle of 68.37º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81875C is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB12913592-
CMYK0.0400.320.47
HSL68.37º18.94%44.51%-
HSV(B)68.37º31.85%52.94%-
XYZ19.6522.7713.48-
YUV128.3107.51128.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=36.24%
G=37.92%
B=25.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129135920.0400.320.4768.3718.9444.51
Hex81875C40202F44132d
Octal2012071344040571042355
Binary100000011000011110111001000100000101111100010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,135,92); }

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

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

 a { background-color: rgb(129,135,92); }

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

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

 span { border-color: rgb(129,135,92); }

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