Html Css Color HEX #828559 Finch

📋 copy color: '#828559'

red 130 ◦ green 133 ◦ blue 89

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

Shades of Finch #828559

Tints of Finch #828559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.28%

R = 36.93%
G = 37.78%
B = 25.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#828559 (or 0x828559) is known color: Finch. HEX triplet: 82, 85 and 59. RGB value is (130,133,89). Sum of RGB (Red+Green+Blue) = 130+133+89=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #828559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828559 is #7D7AA6. Grayscale: #7F7F7F. Windows color (decimal): -8223399 or 5866882. OLE color: 5866882.

HSL color Cylindrical-coordinate representation of color #828559: hue angle of 64.09º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #828559 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 89 -
CMYK 0.02 0 0.33 0.48
HSL 64.09º 0.2% 0.44% -
HSV(B) 64.09º 0.33% 0.52% -
XYZ 19.4 22.24 12.72 -
YUV 127.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 130 133 89 0.02 0 0.33 0.48 64.09 0.2 0.44
Hex 82 85 59 2 0 21 30 40 14 2C
Octal 202 205 131 2 0 41 60 100 24 54
Binary 10000010 10000101 1011001 10 0 100001 110000 1000000 10100 101100

Color Harmonies of #828559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828559

Black with #828559

Text Example


Text Example

White with #828559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828559; }

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

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

background-color css

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

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

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

border-color css

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

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

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