Html Css Color HEX #828953 Finch

📋 copy color: '#828953'

red 130 ◦ green 137 ◦ blue 83

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

Shades of Finch #828953

Tints of Finch #828953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 37.14%
G = 39.14%
B = 23.71%

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

#828953 (or 0x828953) is known color: Finch. HEX triplet: 82, 89 and 53. RGB value is (130,137,83). Sum of RGB (Red+Green+Blue) = 130+137+83=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #828953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828953 is #7D76AC. Grayscale: #808080. Windows color (decimal): -8222381 or 5474690. OLE color: 5474690.

HSL color Cylindrical-coordinate representation of color #828953: hue angle of 67.78º degrees, saturation: 0.25, 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 #828953 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 83 -
CMYK 0.05 0 0.39 0.46
HSL 67.78º 0.25% 0.43% -
HSV(B) 67.78º 0.39% 0.54% -
XYZ 19.71 23.26 11.63 -
YUV 128.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 130 137 83 0.05 0 0.39 0.46 67.78 0.25 0.43
Hex 82 89 53 5 0 27 2E 44 19 2B
Octal 202 211 123 5 0 47 56 104 31 53
Binary 10000010 10001001 1010011 101 0 100111 101110 1000100 11001 101011

Color Harmonies of #828953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828953

Black with #828953

Text Example


Text Example

White with #828953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828953; }

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

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

background-color css

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

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

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

border-color css

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

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

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