Html Css Color HEX #818550 Finch

📋 copy color: '#818550'

red 129 ◦ green 133 ◦ blue 80

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

Shades of Finch #818550

Tints of Finch #818550

RGB

 RED value IS 129 (50.78% from 255) = 37.72%

 GREEN value IS 133 (52.34% from 255) = 38.89%

 BLUE value IS 80 (31.64% from 255) = 23.39%

R = 37.72%
G = 38.89%
B = 23.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#818550 (or 0x818550) is known color: Finch. HEX triplet: 81, 85 and 50. RGB value is (129,133,80). Sum of RGB (Red+Green+Blue) = 129+133+80=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #818550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818550 is #7E7AAF. Grayscale: #7D7D7D. Windows color (decimal): -8288944 or 5277057. OLE color: 5277057.

HSL color Cylindrical-coordinate representation of color #818550: hue angle of 64.53º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #818550 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 133 80 -
CMYK 0.03 0 0.40 0.48
HSL 64.53º 0.25% 0.42% -
HSV(B) 64.53º 0.4% 0.52% -
XYZ 18.89 22.02 10.84 -
YUV 125.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 129 133 80 0.03 0 0.40 0.48 64.53 0.25 0.42
Hex 81 85 50 3 0 28 30 41 19 2A
Octal 201 205 120 3 0 50 60 101 31 52
Binary 10000001 10000101 1010000 11 0 101000 110000 1000001 11001 101010

Color Harmonies of #818550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818550

Black with #818550

Text Example


Text Example

White with #818550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818550; }

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

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

background-color css

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

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

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

border-color css

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

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

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