Html Css Color HEX #82854F Finch

📋 copy color: '#82854F'

red 130 ◦ green 133 ◦ blue 79

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

Shades of Finch #82854F

Tints of Finch #82854F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.1%

R = 38.01%
G = 38.89%
B = 23.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#82854F (or 0x82854F) is known color: Finch. HEX triplet: 82, 85 and 4F. RGB value is (130,133,79). Sum of RGB (Red+Green+Blue) = 130+133+79=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #82854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82854F is #7D7AB0. Grayscale: #7E7E7E. Windows color (decimal): -8223409 or 5211522. OLE color: 5211522.

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

Color convert

RGB 130 133 79 -
CMYK 0.02 0 0.41 0.48
HSL 63.33º 0.25% 0.42% -
HSV(B) 63.33º 0.41% 0.52% -
XYZ 19 22.09 10.66 -
YUV 125.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 130 133 79 0.02 0 0.41 0.48 63.33 0.25 0.42
Hex 82 85 4F 2 0 29 30 3F 19 2A
Octal 202 205 117 2 0 51 60 77 31 52
Binary 10000010 10000101 1001111 10 0 101001 110000 111111 11001 101010

Color Harmonies of #82854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82854F

Black with #82854F

Text Example


Text Example

White with #82854F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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