Html Css Color HEX #808C53 Finch

📋 copy color: '#808C53'

red 128 ◦ green 140 ◦ blue 83

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

Shades of Finch #808C53

Tints of Finch #808C53

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

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

R = 36.47%
G = 39.89%
B = 23.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#808C53 (or 0x808C53) is known color: Finch. HEX triplet: 80, 8C and 53. RGB value is (128,140,83). Sum of RGB (Red+Green+Blue) = 128+140+83=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 140 - color contains mainly: green. Hex color #808C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808C53 is #7F73AC. Grayscale: #828282. Windows color (decimal): -8352685 or 5475456. OLE color: 5475456.

HSL color Cylindrical-coordinate representation of color #808C53: hue angle of 72.63º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #808C53 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 140 83 -
CMYK 0.09 0 0.41 0.45
HSL 72.63º 0.26% 0.44% -
HSV(B) 72.63º 0.41% 0.55% -
XYZ 19.84 23.97 11.76 -
YUV 129.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 128 140 83 0.09 0 0.41 0.45 72.63 0.26 0.44
Hex 80 8C 53 9 0 29 2D 49 1A 2C
Octal 200 214 123 11 0 51 55 111 32 54
Binary 10000000 10001100 1010011 1001 0 101001 101101 1001001 11010 101100

Color Harmonies of #808C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808C53

Black with #808C53

Text Example


Text Example

White with #808C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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