Html Css Color HEX #818552 Finch

📋 copy color: '#818552'

red 129 ◦ green 133 ◦ blue 82

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

Shades of Finch #818552

Tints of Finch #818552

RGB

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

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

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

R = 37.5%
G = 38.66%
B = 23.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#818552 (or 0x818552) is known color: Finch. HEX triplet: 81, 85 and 52. RGB value is (129,133,82). Sum of RGB (Red+Green+Blue) = 129+133+82=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #818552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818552 is #7E7AAD. Grayscale: #7E7E7E. Windows color (decimal): -8288942 or 5408129. OLE color: 5408129.

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

Color convert

RGB 129 133 82 -
CMYK 0.03 0 0.38 0.48
HSL 64.71º 0.24% 0.42% -
HSV(B) 64.71º 0.38% 0.52% -
XYZ 18.96 22.05 11.24 -
YUV 125.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 129 133 82 0.03 0 0.38 0.48 64.71 0.24 0.42
Hex 81 85 52 3 0 26 30 41 18 2A
Octal 201 205 122 3 0 46 60 101 30 52
Binary 10000001 10000101 1010010 11 0 100110 110000 1000001 11000 101010

Color Harmonies of #818552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818552

Black with #818552

Text Example


Text Example

White with #818552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818552; }

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

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

background-color css

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

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

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

border-color css

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

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

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