Html Css Color HEX #828D55 Finch

📋 copy color: '#828D55'

red 130 ◦ green 141 ◦ blue 85

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

Shades of Finch #828D55

Tints of Finch #828D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.61%

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

R = 36.52%
G = 39.61%
B = 23.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#828D55 (or 0x828D55) is known color: Finch. HEX triplet: 82, 8D and 55. RGB value is (130,141,85). Sum of RGB (Red+Green+Blue) = 130+141+85=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #828D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D55 is #7D72AA. Grayscale: #838383. Windows color (decimal): -8221355 or 5606786. OLE color: 5606786.

HSL color Cylindrical-coordinate representation of color #828D55: hue angle of 71.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828D55 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 141 85 -
CMYK 0.08 0 0.40 0.45
HSL 71.79º 0.25% 0.44% -
HSV(B) 71.79º 0.4% 0.55% -
XYZ 20.37 24.45 12.24 -
YUV 131.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 130 141 85 0.08 0 0.40 0.45 71.79 0.25 0.44
Hex 82 8D 55 8 0 28 2D 48 19 2C
Octal 202 215 125 10 0 50 55 110 31 54
Binary 10000010 10001101 1010101 1000 0 101000 101101 1001000 11001 101100

Color Harmonies of #828D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828D55

Black with #828D55

Text Example


Text Example

White with #828D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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