Html Css Color HEX #828550 Finch

📋 copy color: '#828550'

red 130 ◦ green 133 ◦ blue 80

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

Shades of Finch #828550

Tints of Finch #828550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.32%

R = 37.9%
G = 38.78%
B = 23.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#828550 (or 0x828550) is known color: Finch. HEX triplet: 82, 85 and 50. RGB value is (130,133,80). Sum of RGB (Red+Green+Blue) = 130+133+80=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #828550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828550 is #7D7AAF. Grayscale: #7E7E7E. Windows color (decimal): -8223408 or 5277058. OLE color: 5277058.

HSL color Cylindrical-coordinate representation of color #828550: hue angle of 63.4º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828550 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 80 -
CMYK 0.02 0 0.40 0.48
HSL 63.4º 0.25% 0.42% -
HSV(B) 63.4º 0.4% 0.52% -
XYZ 19.04 22.1 10.85 -
YUV 126.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 130 133 80 0.02 0 0.40 0.48 63.4 0.25 0.42
Hex 82 85 50 2 0 28 30 3F 19 2A
Octal 202 205 120 2 0 50 60 77 31 52
Binary 10000010 10000101 1010000 10 0 101000 110000 111111 11001 101010

Color Harmonies of #828550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828550

Black with #828550

Text Example


Text Example

White with #828550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828550; }

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

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

background-color css

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

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

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

border-color css

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

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

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