Html Css Color HEX #818852 Finch

📋 copy color: '#818852'

red 129 ◦ green 136 ◦ blue 82

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

Shades of Finch #818852

Tints of Finch #818852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 37.18%
G = 39.19%
B = 23.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#818852 (or 0x818852) is known color: Finch. HEX triplet: 81, 88 and 52. RGB value is (129,136,82). Sum of RGB (Red+Green+Blue) = 129+136+82=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #818852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818852 is #7E77AD. Grayscale: #7F7F7F. Windows color (decimal): -8288174 or 5408897. OLE color: 5408897.

HSL color Cylindrical-coordinate representation of color #818852: hue angle of 67.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #818852 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 136 82 -
CMYK 0.05 0 0.40 0.47
HSL 67.78º 0.25% 0.43% -
HSV(B) 67.78º 0.4% 0.53% -
XYZ 19.38 22.88 11.38 -
YUV 127.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 129 136 82 0.05 0 0.40 0.47 67.78 0.25 0.43
Hex 81 88 52 5 0 28 2F 44 19 2B
Octal 201 210 122 5 0 50 57 104 31 53
Binary 10000001 10001000 1010010 101 0 101000 101111 1000100 11001 101011

Color Harmonies of #818852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818852

Black with #818852

Text Example


Text Example

White with #818852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818852; }

 p { color: rgb(129,136,82); }

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

background-color css

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

 a { background-color: rgb(129,136,82); }

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

border-color css

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

 span { border-color: rgb(129,136,82); }

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