Html Css Color HEX #828E53 Finch

📋 copy color: '#828E53'

red 130 ◦ green 142 ◦ blue 83

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

Shades of Finch #828E53

Tints of Finch #828E53

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

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

R = 36.62%
G = 40%
B = 23.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#828E53 (or 0x828E53) is known color: Finch. HEX triplet: 82, 8E and 53. RGB value is (130,142,83). Sum of RGB (Red+Green+Blue) = 130+142+83=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 142 - color contains mainly: green. Hex color #828E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E53 is #7D71AC. Grayscale: #838383. Windows color (decimal): -8221101 or 5475970. OLE color: 5475970.

HSL color Cylindrical-coordinate representation of color #828E53: hue angle of 72.2º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #828E53 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 142 83 -
CMYK 0.08 0 0.42 0.44
HSL 72.2º 0.26% 0.44% -
HSV(B) 72.2º 0.42% 0.56% -
XYZ 20.44 24.72 11.88 -
YUV 131.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 130 142 83 0.08 0 0.42 0.44 72.2 0.26 0.44
Hex 82 8E 53 8 0 2A 2C 48 1A 2C
Octal 202 216 123 10 0 52 54 110 32 54
Binary 10000010 10001110 1010011 1000 0 101010 101100 1001000 11010 101100

Color Harmonies of #828E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E53

Black with #828E53

Text Example


Text Example

White with #828E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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