Html Css Color HEX #828755 Finch

📋 copy color: '#828755'

red 130 ◦ green 135 ◦ blue 85

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

Shades of Finch #828755

Tints of Finch #828755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 37.14%
G = 38.57%
B = 24.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#828755 (or 0x828755) is known color: Finch. HEX triplet: 82, 87 and 55. RGB value is (130,135,85). Sum of RGB (Red+Green+Blue) = 130+135+85=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #828755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828755 is #7D78AA. Grayscale: #7F7F7F. Windows color (decimal): -8222891 or 5605250. OLE color: 5605250.

HSL color Cylindrical-coordinate representation of color #828755: hue angle of 66º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828755 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 135 85 -
CMYK 0.04 0 0.37 0.47
HSL 66º 0.23% 0.43% -
HSV(B) 66º 0.37% 0.53% -
XYZ 19.51 22.73 11.95 -
YUV 127.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 130 135 85 0.04 0 0.37 0.47 66 0.23 0.43
Hex 82 87 55 4 0 25 2F 42 17 2B
Octal 202 207 125 4 0 45 57 102 27 53
Binary 10000010 10000111 1010101 100 0 100101 101111 1000010 10111 101011

Color Harmonies of #828755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828755

Black with #828755

Text Example


Text Example

White with #828755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828755; }

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

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

background-color css

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

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

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

border-color css

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

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

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