#81855A

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

Shades of Finch #81855A

Tints of Finch #81855A

Color information

#81855A (or 0x81855A) is unknown color: approx Finch. HEX triplet: 81, 85 and 5A. RGB value is (129,133,90). Sum of RGB (Red+Green+Blue) = 129+133+90=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #81855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81855A is #7E7AA5. Grayscale: #7F7F7F. Windows color (decimal): -8288934 or 5932417. OLE color: 5932417.

HSL color Cylindrical-coordinate representation of color #81855A: hue angle of 65.58º 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 #81855A is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB12913390-
CMYK0.0300.320.48
HSL65.58º19.28%43.73%-
HSV(B)65.58º32.33%52.16%-
XYZ19.2922.1812.94-
YUV126.9107.17129.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.65%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=36.65%
G=37.78%
B=25.57%

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
Decimal129133900.0300.320.4865.5819.2843.73
Hex81855A30203042132c
Octal2012051323040601022354
Binary10000001100001011011010110100000110000100001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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