Html Css Color HEX #808952 Finch

📋 copy color: '#808952'

red 128 ◦ green 137 ◦ blue 82

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

Shades of Finch #808952

Tints of Finch #808952

RGB

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

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

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

R = 36.89%
G = 39.48%
B = 23.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#808952 (or 0x808952) is known color: Finch. HEX triplet: 80, 89 and 52. RGB value is (128,137,82). Sum of RGB (Red+Green+Blue) = 128+137+82=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #808952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808952 is #7F76AD. Grayscale: #808080. Windows color (decimal): -8353454 or 5409152. OLE color: 5409152.

HSL color Cylindrical-coordinate representation of color #808952: hue angle of 69.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #808952 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 82 -
CMYK 0.07 0 0.40 0.46
HSL 69.82º 0.25% 0.43% -
HSV(B) 69.82º 0.4% 0.54% -
XYZ 19.37 23.09 11.42 -
YUV 128.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 128 137 82 0.07 0 0.40 0.46 69.82 0.25 0.43
Hex 80 89 52 7 0 28 2E 46 19 2B
Octal 200 211 122 7 0 50 56 106 31 53
Binary 10000000 10001001 1010010 111 0 101000 101110 1000110 11001 101011

Color Harmonies of #808952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808952

Black with #808952

Text Example


Text Example

White with #808952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808952; }

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

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

background-color css

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

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

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

border-color css

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

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

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