Html Css Color HEX #82865A Finch

📋 copy color: '#82865A'

red 130 ◦ green 134 ◦ blue 90

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

Shades of Finch #82865A

Tints of Finch #82865A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 36.72%
G = 37.85%
B = 25.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#82865A (or 0x82865A) is known color: Finch. HEX triplet: 82, 86 and 5A. RGB value is (130,134,90). Sum of RGB (Red+Green+Blue) = 130+134+90=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #82865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82865A is #7D79A5. Grayscale: #7F7F7F. Windows color (decimal): -8223142 or 5932674. OLE color: 5932674.

HSL color Cylindrical-coordinate representation of color #82865A: hue angle of 65.45º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82865A is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 90 -
CMYK 0.03 0 0.33 0.47
HSL 65.45º 0.2% 0.44% -
HSV(B) 65.45º 0.33% 0.53% -
XYZ 19.58 22.53 12.99 -
YUV 127.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 130 134 90 0.03 0 0.33 0.47 65.45 0.2 0.44
Hex 82 86 5A 3 0 21 2F 41 14 2C
Octal 202 206 132 3 0 41 57 101 24 54
Binary 10000010 10000110 1011010 11 0 100001 101111 1000001 10100 101100

Color Harmonies of #82865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82865A

Black with #82865A

Text Example


Text Example

White with #82865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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