Html Css Color HEX #828A58 Finch

📋 copy color: '#828A58'

red 130 ◦ green 138 ◦ blue 88

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

Shades of Finch #828A58

Tints of Finch #828A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.72%

R = 36.52%
G = 38.76%
B = 24.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#828A58 (or 0x828A58) is known color: Finch. HEX triplet: 82, 8A and 58. RGB value is (130,138,88). Sum of RGB (Red+Green+Blue) = 130+138+88=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #828A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A58 is #7D75A7. Grayscale: #828282. Windows color (decimal): -8222120 or 5802626. OLE color: 5802626.

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

Color convert

RGB 130 138 88 -
CMYK 0.06 0 0.36 0.46
HSL 69.6º 0.22% 0.44% -
HSV(B) 69.6º 0.36% 0.54% -
XYZ 20.06 23.63 12.74 -
YUV 129.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 130 138 88 0.06 0 0.36 0.46 69.6 0.22 0.44
Hex 82 8A 58 6 0 24 2E 46 16 2C
Octal 202 212 130 6 0 44 56 106 26 54
Binary 10000010 10001010 1011000 110 0 100100 101110 1000110 10110 101100

Color Harmonies of #828A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A58

Black with #828A58

Text Example


Text Example

White with #828A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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