Html Css Color HEX #828951 Finch

📋 copy color: '#828951'

red 130 ◦ green 137 ◦ blue 81

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

Shades of Finch #828951

Tints of Finch #828951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.28%

R = 37.36%
G = 39.37%
B = 23.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#828951 (or 0x828951) is known color: Finch. HEX triplet: 82, 89 and 51. RGB value is (130,137,81). Sum of RGB (Red+Green+Blue) = 130+137+81=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #828951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828951 is #7D76AE. Grayscale: #808080. Windows color (decimal): -8222383 or 5343618. OLE color: 5343618.

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

Color convert

RGB 130 137 81 -
CMYK 0.05 0 0.41 0.46
HSL 67.5º 0.26% 0.43% -
HSV(B) 67.5º 0.41% 0.54% -
XYZ 19.64 23.23 11.23 -
YUV 128.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 130 137 81 0.05 0 0.41 0.46 67.5 0.26 0.43
Hex 82 89 51 5 0 29 2E 44 1A 2B
Octal 202 211 121 5 0 51 56 104 32 53
Binary 10000010 10001001 1010001 101 0 101001 101110 1000100 11010 101011

Color Harmonies of #828951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828951

Black with #828951

Text Example


Text Example

White with #828951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828951; }

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

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

background-color css

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

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

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

border-color css

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

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

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