Html Css Color HEX #82875A Finch

📋 copy color: '#82875A'

red 130 ◦ green 135 ◦ blue 90

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

Shades of Finch #82875A

Tints of Finch #82875A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.03%

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

R = 36.62%
G = 38.03%
B = 25.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#82875A (or 0x82875A) is known color: Finch. HEX triplet: 82, 87 and 5A. RGB value is (130,135,90). Sum of RGB (Red+Green+Blue) = 130+135+90=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #82875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82875A is #7D78A5. Grayscale: #808080. Windows color (decimal): -8222886 or 5932930. OLE color: 5932930.

HSL color Cylindrical-coordinate representation of color #82875A: hue angle of 66.67º 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 #82875A is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 135 90 -
CMYK 0.04 0 0.33 0.47
HSL 66.67º 0.2% 0.44% -
HSV(B) 66.67º 0.33% 0.53% -
XYZ 19.72 22.81 13.04 -
YUV 128.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 130 135 90 0.04 0 0.33 0.47 66.67 0.2 0.44
Hex 82 87 5A 4 0 21 2F 43 14 2C
Octal 202 207 132 4 0 41 57 103 24 54
Binary 10000010 10000111 1011010 100 0 100001 101111 1000011 10100 101100

Color Harmonies of #82875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82875A

Black with #82875A

Text Example


Text Example

White with #82875A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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