Html Css Color HEX #828650 Finch

📋 copy color: '#828650'

red 130 ◦ green 134 ◦ blue 80

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

Shades of Finch #828650

Tints of Finch #828650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.95%

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

R = 37.79%
G = 38.95%
B = 23.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#828650 (or 0x828650) is known color: Finch. HEX triplet: 82, 86 and 50. RGB value is (130,134,80). Sum of RGB (Red+Green+Blue) = 130+134+80=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #828650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828650 is #7D79AF. Grayscale: #7E7E7E. Windows color (decimal): -8223152 or 5277314. OLE color: 5277314.

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

Color convert

RGB 130 134 80 -
CMYK 0.03 0 0.40 0.47
HSL 64.44º 0.25% 0.42% -
HSV(B) 64.44º 0.4% 0.53% -
XYZ 19.18 22.38 10.9 -
YUV 126.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 130 134 80 0.03 0 0.40 0.47 64.44 0.25 0.42
Hex 82 86 50 3 0 28 2F 40 19 2A
Octal 202 206 120 3 0 50 57 100 31 52
Binary 10000010 10000110 1010000 11 0 101000 101111 1000000 11001 101010

Color Harmonies of #828650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828650

Black with #828650

Text Example


Text Example

White with #828650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828650; }

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

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

background-color css

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

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

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

border-color css

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

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

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