Html Css Color HEX #858951 Finch

📋 copy color: '#858951'

red 133 ◦ green 137 ◦ blue 81

#858951
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #858951

Tints of Finch #858951

RGB

 RED value IS 133 (52.34% from 255) = 37.89%

 GREEN value IS 137 (53.91% from 255) = 39.03%

 BLUE value IS 81 (32.03% from 255) = 23.08%

R = 37.89%
G = 39.03%
B = 23.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#858951 (or 0x858951) is known color: Finch. HEX triplet: 85, 89 and 51. RGB value is (133,137,81). Sum of RGB (Red+Green+Blue) = 133+137+81=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #858951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858951 is #7A76AE. Grayscale: #818181. Windows color (decimal): -8025775 or 5343621. OLE color: 5343621.

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

Color convert

RGB 133 137 81 -
CMYK 0.03 0 0.41 0.46
HSL 64.29º 0.26% 0.43% -
HSV(B) 64.29º 0.41% 0.54% -
XYZ 20.1 23.47 11.26 -
YUV 129.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 133 137 81 0.03 0 0.41 0.46 64.29 0.26 0.43
Hex 85 89 51 3 0 29 2E 40 1A 2B
Octal 205 211 121 3 0 51 56 100 32 53
Binary 10000101 10001001 1010001 11 0 101001 101110 1000000 11010 101011

Color Harmonies of #858951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858951

Black with #858951

Text Example


Text Example

White with #858951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858951; }

 p { color: rgb(133,137,81); }

 H1.HeaderClassName
 {
   color: #858951;
 }
 .AnyTagClassName
 {
   color: #858951;
 }
</style>

background-color css

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

 a { background-color: rgb(133,137,81); }

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

border-color css

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

 span { border-color: rgb(133,137,81); }

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