Html Css Color HEX #828856 Finch

📋 copy color: '#828856'

red 130 ◦ green 136 ◦ blue 86

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

Shades of Finch #828856

Tints of Finch #828856

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.64%

 BLUE value IS 86 (33.98% from 255) = 24.43%

R = 36.93%
G = 38.64%
B = 24.43%

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

#828856 (or 0x828856) is known color: Finch. HEX triplet: 82, 88 and 56. RGB value is (130,136,86). Sum of RGB (Red+Green+Blue) = 130+136+86=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #828856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828856 is #7D77A9. Grayscale: #808080. Windows color (decimal): -8222634 or 5671042. OLE color: 5671042.

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

Color convert

RGB 130 136 86 -
CMYK 0.04 0 0.37 0.47
HSL 67.2º 0.23% 0.44% -
HSV(B) 67.2º 0.37% 0.53% -
XYZ 19.69 23.03 12.21 -
YUV 128.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 130 136 86 0.04 0 0.37 0.47 67.2 0.23 0.44
Hex 82 88 56 4 0 25 2F 43 17 2C
Octal 202 210 126 4 0 45 57 103 27 54
Binary 10000010 10001000 1010110 100 0 100101 101111 1000011 10111 101100

Color Harmonies of #828856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828856

Black with #828856

Text Example


Text Example

White with #828856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828856; }

 p { color: rgb(130,136,86); }

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

background-color css

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

 a { background-color: rgb(130,136,86); }

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

border-color css

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

 span { border-color: rgb(130,136,86); }

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