Html Css Color HEX #80855D Finch

📋 copy color: '#80855D'

red 128 ◦ green 133 ◦ blue 93

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

Shades of Finch #80855D

Tints of Finch #80855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 36.16%
G = 37.57%
B = 26.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#80855D (or 0x80855D) is known color: Finch. HEX triplet: 80, 85 and 5D. RGB value is (128,133,93). Sum of RGB (Red+Green+Blue) = 128+133+93=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #80855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80855D is #7F7AA2. Grayscale: #7F7F7F. Windows color (decimal): -8354467 or 6129024. OLE color: 6129024.

HSL color Cylindrical-coordinate representation of color #80855D: hue angle of 67.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80855D is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 93 -
CMYK 0.04 0 0.30 0.48
HSL 67.5º 0.18% 0.44% -
HSV(B) 67.5º 0.3% 0.52% -
XYZ 19.27 22.15 13.62 -
YUV 126.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 128 133 93 0.04 0 0.30 0.48 67.5 0.18 0.44
Hex 80 85 5D 4 0 1E 30 44 12 2C
Octal 200 205 135 4 0 36 60 104 22 54
Binary 10000000 10000101 1011101 100 0 11110 110000 1000100 10010 101100

Color Harmonies of #80855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80855D

Black with #80855D

Text Example


Text Example

White with #80855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80855D; }

 p { color: rgb(128,133,93); }

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

background-color css

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

 a { background-color: rgb(128,133,93); }

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

border-color css

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

 span { border-color: rgb(128,133,93); }

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