Html Css Color HEX #808252 Finch

📋 copy color: '#808252'

red 128 ◦ green 130 ◦ blue 82

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

Shades of Finch #808252

Tints of Finch #808252

RGB

 RED value IS 128 (50.39% from 255) = 37.65%

 GREEN value IS 130 (51.17% from 255) = 38.24%

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 37.65%
G = 38.24%
B = 24.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#808252 (or 0x808252) is known color: Finch. HEX triplet: 80, 82 and 52. RGB value is (128,130,82). Sum of RGB (Red+Green+Blue) = 128+130+82=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #808252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808252 is #7F7DAD. Grayscale: #7C7C7C. Windows color (decimal): -8355246 or 5407360. OLE color: 5407360.

HSL color Cylindrical-coordinate representation of color #808252: hue angle of 62.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808252 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 82 -
CMYK 0.02 0 0.37 0.49
HSL 62.5º 0.23% 0.42% -
HSV(B) 62.5º 0.37% 0.51% -
XYZ 18.41 21.16 11.1 -
YUV 123.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 128 130 82 0.02 0 0.37 0.49 62.5 0.23 0.42
Hex 80 82 52 2 0 25 31 3F 17 2A
Octal 200 202 122 2 0 45 61 77 27 52
Binary 10000000 10000010 1010010 10 0 100101 110001 111111 10111 101010

Color Harmonies of #808252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808252

Black with #808252

Text Example


Text Example

White with #808252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808252; }

 p { color: rgb(128,130,82); }

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

background-color css

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

 a { background-color: rgb(128,130,82); }

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

border-color css

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

 span { border-color: rgb(128,130,82); }

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