Html Css Color HEX #828557 Finch

📋 copy color: '#828557'

red 130 ◦ green 133 ◦ blue 87

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

Shades of Finch #828557

Tints of Finch #828557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.86%

R = 37.14%
G = 38%
B = 24.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#828557 (or 0x828557) is known color: Finch. HEX triplet: 82, 85 and 57. RGB value is (130,133,87). Sum of RGB (Red+Green+Blue) = 130+133+87=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #828557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828557 is #7D7AA8. Grayscale: #7F7F7F. Windows color (decimal): -8223401 or 5735810. OLE color: 5735810.

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

Color convert

RGB 130 133 87 -
CMYK 0.02 0 0.35 0.48
HSL 63.91º 0.21% 0.43% -
HSV(B) 63.91º 0.35% 0.52% -
XYZ 19.31 22.21 12.29 -
YUV 126.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 130 133 87 0.02 0 0.35 0.48 63.91 0.21 0.43
Hex 82 85 57 2 0 23 30 40 15 2B
Octal 202 205 127 2 0 43 60 100 25 53
Binary 10000010 10000101 1010111 10 0 100011 110000 1000000 10101 101011

Color Harmonies of #828557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828557

Black with #828557

Text Example


Text Example

White with #828557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828557; }

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

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

background-color css

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

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

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

border-color css

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

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

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