Html Css Color HEX #808C52 Finch

📋 copy color: '#808C52'

red 128 ◦ green 140 ◦ blue 82

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

Shades of Finch #808C52

Tints of Finch #808C52

RGB

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

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

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

R = 36.57%
G = 40%
B = 23.43%

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

#808C52 (or 0x808C52) is known color: Finch. HEX triplet: 80, 8C and 52. RGB value is (128,140,82). Sum of RGB (Red+Green+Blue) = 128+140+82=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #808C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808C52 is #7F73AD. Grayscale: #828282. Windows color (decimal): -8352686 or 5409920. OLE color: 5409920.

HSL color Cylindrical-coordinate representation of color #808C52: hue angle of 72.41º 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 #808C52 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 140 82 -
CMYK 0.09 0 0.41 0.45
HSL 72.41º 0.26% 0.44% -
HSV(B) 72.41º 0.41% 0.55% -
XYZ 19.8 23.95 11.56 -
YUV 129.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 128 140 82 0.09 0 0.41 0.45 72.41 0.26 0.44
Hex 80 8C 52 9 0 29 2D 48 1A 2C
Octal 200 214 122 11 0 51 55 110 32 54
Binary 10000000 10001100 1010010 1001 0 101001 101101 1001000 11010 101100

Color Harmonies of #808C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808C52

Black with #808C52

Text Example


Text Example

White with #808C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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