Html Css Color HEX #828850 Finch

📋 copy color: '#828850'

red 130 ◦ green 136 ◦ blue 80

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

Shades of Finch #828850

Tints of Finch #828850

RGB

 RED value IS 130 (51.17% from 255) = 37.57%

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

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

R = 37.57%
G = 39.31%
B = 23.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#828850 (or 0x828850) is known color: Finch. HEX triplet: 82, 88 and 50. RGB value is (130,136,80). Sum of RGB (Red+Green+Blue) = 130+136+80=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #828850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828850 is #7D77AF. Grayscale: #808080. Windows color (decimal): -8222640 or 5277826. OLE color: 5277826.

HSL color Cylindrical-coordinate representation of color #828850: hue angle of 66.43º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #828850 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 80 -
CMYK 0.04 0 0.41 0.47
HSL 66.43º 0.26% 0.42% -
HSV(B) 66.43º 0.41% 0.53% -
XYZ 19.46 22.93 10.99 -
YUV 127.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 130 136 80 0.04 0 0.41 0.47 66.43 0.26 0.42
Hex 82 88 50 4 0 29 2F 42 1A 2A
Octal 202 210 120 4 0 51 57 102 32 52
Binary 10000010 10001000 1010000 100 0 101001 101111 1000010 11010 101010

Color Harmonies of #828850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828850

Black with #828850

Text Example


Text Example

White with #828850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828850; }

 p { color: rgb(130,136,80); }

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

background-color css

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

 a { background-color: rgb(130,136,80); }

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

border-color css

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

 span { border-color: rgb(130,136,80); }

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