Html Css Color HEX #828A55 Finch

📋 copy color: '#828A55'

red 130 ◦ green 138 ◦ blue 85

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

Shades of Finch #828A55

Tints of Finch #828A55

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.09%

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

R = 36.83%
G = 39.09%
B = 24.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#828A55 (or 0x828A55) is known color: Finch. HEX triplet: 82, 8A and 55. RGB value is (130,138,85). Sum of RGB (Red+Green+Blue) = 130+138+85=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 138 - color contains mainly: green. Hex color #828A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A55 is #7D75AA. Grayscale: #818181. Windows color (decimal): -8222123 or 5606018. OLE color: 5606018.

HSL color Cylindrical-coordinate representation of color #828A55: hue angle of 69.06º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #828A55 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 138 85 -
CMYK 0.06 0 0.38 0.46
HSL 69.06º 0.24% 0.44% -
HSV(B) 69.06º 0.38% 0.54% -
XYZ 19.93 23.58 12.09 -
YUV 129.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 130 138 85 0.06 0 0.38 0.46 69.06 0.24 0.44
Hex 82 8A 55 6 0 26 2E 45 18 2C
Octal 202 212 125 6 0 46 56 105 30 54
Binary 10000010 10001010 1010101 110 0 100110 101110 1000101 11000 101100

Color Harmonies of #828A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A55

Black with #828A55

Text Example


Text Example

White with #828A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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