Html Css Color HEX #808452 Finch

📋 copy color: '#808452'

red 128 ◦ green 132 ◦ blue 82

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

Shades of Finch #808452

Tints of Finch #808452

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.6%

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

R = 37.43%
G = 38.6%
B = 23.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#808452 (or 0x808452) is known color: Finch. HEX triplet: 80, 84 and 52. RGB value is (128,132,82). Sum of RGB (Red+Green+Blue) = 128+132+82=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #808452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808452 is #7F7BAD. Grayscale: #7D7D7D. Windows color (decimal): -8354734 or 5407872. OLE color: 5407872.

HSL color Cylindrical-coordinate representation of color #808452: hue angle of 64.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808452 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 82 -
CMYK 0.03 0 0.38 0.48
HSL 64.8º 0.23% 0.42% -
HSV(B) 64.8º 0.38% 0.52% -
XYZ 18.68 21.7 11.19 -
YUV 125.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 128 132 82 0.03 0 0.38 0.48 64.8 0.23 0.42
Hex 80 84 52 3 0 26 30 41 17 2A
Octal 200 204 122 3 0 46 60 101 27 52
Binary 10000000 10000100 1010010 11 0 100110 110000 1000001 10111 101010

Color Harmonies of #808452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808452

Black with #808452

Text Example


Text Example

White with #808452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808452; }

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

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

background-color css

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

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

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

border-color css

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

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

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