Html Css Color HEX #828954 Finch

📋 copy color: '#828954'

red 130 ◦ green 137 ◦ blue 84

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

Shades of Finch #828954

Tints of Finch #828954

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

 BLUE value IS 84 (33.2% from 255) = 23.93%

R = 37.04%
G = 39.03%
B = 23.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#828954 (or 0x828954) is known color: Finch. HEX triplet: 82, 89 and 54. RGB value is (130,137,84). Sum of RGB (Red+Green+Blue) = 130+137+84=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #828954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828954 is #7D76AB. Grayscale: #818181. Windows color (decimal): -8222380 or 5540226. OLE color: 5540226.

HSL color Cylindrical-coordinate representation of color #828954: hue angle of 67.92º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #828954 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 84 -
CMYK 0.05 0 0.39 0.46
HSL 67.92º 0.24% 0.43% -
HSV(B) 67.92º 0.39% 0.54% -
XYZ 19.75 23.28 11.84 -
YUV 128.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 130 137 84 0.05 0 0.39 0.46 67.92 0.24 0.43
Hex 82 89 54 5 0 27 2E 44 18 2B
Octal 202 211 124 5 0 47 56 104 30 53
Binary 10000010 10001001 1010100 101 0 100111 101110 1000100 11000 101011

Color Harmonies of #828954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828954

Black with #828954

Text Example


Text Example

White with #828954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828954; }

 p { color: rgb(130,137,84); }

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

background-color css

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

 a { background-color: rgb(130,137,84); }

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

border-color css

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

 span { border-color: rgb(130,137,84); }

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