#848953

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

Shades of Finch #848953

Tints of Finch #848953

Color information

#848953 (or 0x848953) is unknown color: approx Finch. HEX triplet: 84, 89 and 53. RGB value is (132,137,83). Sum of RGB (Red+Green+Blue) = 132+137+83=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #848953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848953 is #7B76AC. Grayscale: #818181. Windows color (decimal): -8091309 or 5474692. OLE color: 5474692.

HSL color Cylindrical-coordinate representation of color #848953: hue angle of 65.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #848953 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB13213783-
CMYK0.0400.390.46
HSL65.56º24.55%43.14%-
HSV(B)65.56º39.42%53.73%-
XYZ20.0223.4211.65-
YUV129.35101.84129.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=37.5%
G=38.92%
B=23.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132137830.0400.390.4665.5624.5543.14
Hex84895340272E42192b
Octal2042111234047561023153
Binary100001001000100110100111000100111101110100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848953; }

 p { color: rgb(132,137,83); }

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

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

 a { background-color: rgb(132,137,83); }

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

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

 span { border-color: rgb(132,137,83); }

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