Html Css Color HEX #808853 Finch

📋 copy color: '#808853'

red 128 ◦ green 136 ◦ blue 83

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

Shades of Finch #808853

Tints of Finch #808853

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

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

R = 36.89%
G = 39.19%
B = 23.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#808853 (or 0x808853) is known color: Finch. HEX triplet: 80, 88 and 53. RGB value is (128,136,83). Sum of RGB (Red+Green+Blue) = 128+136+83=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #808853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808853 is #7F77AC. Grayscale: #7F7F7F. Windows color (decimal): -8353709 or 5474432. OLE color: 5474432.

HSL color Cylindrical-coordinate representation of color #808853: hue angle of 69.06º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #808853 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 83 -
CMYK 0.06 0 0.39 0.47
HSL 69.06º 0.24% 0.43% -
HSV(B) 69.06º 0.39% 0.53% -
XYZ 19.27 22.82 11.57 -
YUV 127.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 128 136 83 0.06 0 0.39 0.47 69.06 0.24 0.43
Hex 80 88 53 6 0 27 2F 45 18 2B
Octal 200 210 123 6 0 47 57 105 30 53
Binary 10000000 10001000 1010011 110 0 100111 101111 1000101 11000 101011

Color Harmonies of #808853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808853

Black with #808853

Text Example


Text Example

White with #808853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808853; }

 p { color: rgb(128,136,83); }

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

background-color css

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

 a { background-color: rgb(128,136,83); }

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

border-color css

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

 span { border-color: rgb(128,136,83); }

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