Html Css Color HEX #805859 Falcon

📋 copy color: '#805859'

red 128 ◦ green 88 ◦ blue 89

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

Shades of Falcon #805859

Tints of Falcon #805859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

 BLUE value IS 89 (35.16% from 255) = 29.18%

R = 41.97%
G = 28.85%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#805859 (or 0x805859) is known color: Falcon. HEX triplet: 80, 58 and 59. RGB value is (128,88,89). Sum of RGB (Red+Green+Blue) = 128+88+89=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #805859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805859 is #7FA7A6. Grayscale: #646464. Windows color (decimal): -8365991 or 5855360. OLE color: 5855360.

HSL color Cylindrical-coordinate representation of color #805859: hue angle of 358.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805859 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 89 -
CMYK 0 0.31 0.30 0.50
HSL 358.5º 0.19% 0.42% -
HSV(B) 358.5º 0.31% 0.5% -
XYZ 14.19 12.29 11.08 -
YUV 100.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 128 88 89 0 0.31 0.30 0.50 358.5 0.19 0.42
Hex 80 58 59 0 1F 1E 32 166 13 2A
Octal 200 130 131 0 37 36 62 546 23 52
Binary 10000000 1011000 1011001 0 11111 11110 110010 101100110 10011 101010

Color Harmonies of #805859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805859

Black with #805859

Text Example


Text Example

White with #805859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805859; }

 p { color: rgb(128,88,89); }

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

background-color css

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

 a { background-color: rgb(128,88,89); }

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

border-color css

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

 span { border-color: rgb(128,88,89); }

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