Html Css Color HEX #818451 Finch

📋 copy color: '#818451'

red 129 ◦ green 132 ◦ blue 81

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

Shades of Finch #818451

Tints of Finch #818451

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.6%

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

R = 37.72%
G = 38.6%
B = 23.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#818451 (or 0x818451) is known color: Finch. HEX triplet: 81, 84 and 51. RGB value is (129,132,81). Sum of RGB (Red+Green+Blue) = 129+132+81=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #818451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818451 is #7E7BAE. Grayscale: #7D7D7D. Windows color (decimal): -8289199 or 5342337. OLE color: 5342337.

HSL color Cylindrical-coordinate representation of color #818451: hue angle of 63.53º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #818451 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 132 81 -
CMYK 0.02 0 0.39 0.48
HSL 63.53º 0.24% 0.42% -
HSV(B) 63.53º 0.39% 0.52% -
XYZ 18.79 21.76 11 -
YUV 125.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 129 132 81 0.02 0 0.39 0.48 63.53 0.24 0.42
Hex 81 84 51 2 0 27 30 40 18 2A
Octal 201 204 121 2 0 47 60 100 30 52
Binary 10000001 10000100 1010001 10 0 100111 110000 1000000 11000 101010

Color Harmonies of #818451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818451

Black with #818451

Text Example


Text Example

White with #818451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818451; }

 p { color: rgb(129,132,81); }

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

background-color css

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

 a { background-color: rgb(129,132,81); }

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

border-color css

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

 span { border-color: rgb(129,132,81); }

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