#81855B

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

Shades of Finch #81855B

Tints of Finch #81855B

Color information

#81855B (or 0x81855B) is unknown color: approx Finch. HEX triplet: 81, 85 and 5B. RGB value is (129,133,91). Sum of RGB (Red+Green+Blue) = 129+133+91=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #81855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81855B is #7E7AA4. Grayscale: #7F7F7F. Windows color (decimal): -8288933 or 5997953. OLE color: 5997953.

HSL color Cylindrical-coordinate representation of color #81855B: hue angle of 65.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81855B is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB12913391-
CMYK0.0300.320.48
HSL65.71º18.75%43.92%-
HSV(B)65.71º31.58%52.16%-
XYZ19.3322.213.16-
YUV127.02107.67129.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=36.54%
G=37.68%
B=25.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133910.0300.320.4865.7118.7543.92
Hex81855B30203042132c
Octal2012051333040601022354
Binary10000001100001011011011110100000110000100001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81855B; }

 p { color: rgb(129,133,91); }

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

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

 a { background-color: rgb(129,133,91); }

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

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

 span { border-color: rgb(129,133,91); }

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