Html Css Color HEX #82854D Finch

📋 copy color: '#82854D'

red 130 ◦ green 133 ◦ blue 77

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

Shades of Finch #82854D

Tints of Finch #82854D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 38.24%
G = 39.12%
B = 22.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#82854D (or 0x82854D) is known color: Finch. HEX triplet: 82, 85 and 4D. RGB value is (130,133,77). Sum of RGB (Red+Green+Blue) = 130+133+77=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #82854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82854D is #7D7AB2. Grayscale: #7D7D7D. Windows color (decimal): -8223411 or 5080450. OLE color: 5080450.

HSL color Cylindrical-coordinate representation of color #82854D: hue angle of 63.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82854D is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 77 -
CMYK 0.02 0 0.42 0.48
HSL 63.21º 0.27% 0.41% -
HSV(B) 63.21º 0.42% 0.52% -
XYZ 18.93 22.06 10.28 -
YUV 125.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 130 133 77 0.02 0 0.42 0.48 63.21 0.27 0.41
Hex 82 85 4D 2 0 2A 30 3F 1B 29
Octal 202 205 115 2 0 52 60 77 33 51
Binary 10000010 10000101 1001101 10 0 101010 110000 111111 11011 101001

Color Harmonies of #82854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82854D

Black with #82854D

Text Example


Text Example

White with #82854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82854D; }

 p { color: rgb(130,133,77); }

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

background-color css

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

 a { background-color: rgb(130,133,77); }

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

border-color css

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

 span { border-color: rgb(130,133,77); }

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