Html Css Color HEX #828E54 Finch

📋 copy color: '#828E54'

red 130 ◦ green 142 ◦ blue 84

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

Shades of Finch #828E54

Tints of Finch #828E54

RGB

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

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

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

R = 36.52%
G = 39.89%
B = 23.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#828E54 (or 0x828E54) is known color: Finch. HEX triplet: 82, 8E and 54. RGB value is (130,142,84). Sum of RGB (Red+Green+Blue) = 130+142+84=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 142 - color contains mainly: green. Hex color #828E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E54 is #7D71AB. Grayscale: #848484. Windows color (decimal): -8221100 or 5541506. OLE color: 5541506.

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

Color convert

RGB 130 142 84 -
CMYK 0.08 0 0.41 0.44
HSL 72.41º 0.26% 0.44% -
HSV(B) 72.41º 0.41% 0.56% -
XYZ 20.48 24.73 12.08 -
YUV 131.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 130 142 84 0.08 0 0.41 0.44 72.41 0.26 0.44
Hex 82 8E 54 8 0 29 2C 48 1A 2C
Octal 202 216 124 10 0 51 54 110 32 54
Binary 10000010 10001110 1010100 1000 0 101001 101100 1001000 11010 101100

Color Harmonies of #828E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E54

Black with #828E54

Text Example


Text Example

White with #828E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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