Html Css Color HEX #805E59 Pharlap

📋 copy color: '#805E59'

red 128 ◦ green 94 ◦ blue 89

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

Shades of Pharlap #805E59

Tints of Pharlap #805E59

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.23%

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

R = 41.16%
G = 30.23%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#805E59 (or 0x805E59) is known color: Pharlap. HEX triplet: 80, 5E and 59. RGB value is (128,94,89). Sum of RGB (Red+Green+Blue) = 128+94+89=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #805E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E59 is #7FA1A6. Grayscale: #676767. Windows color (decimal): -8364455 or 5856896. OLE color: 5856896.

HSL color Cylindrical-coordinate representation of color #805E59: hue angle of 7.69º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #805E59 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 94 89 -
CMYK 0 0.27 0.30 0.50
HSL 7.69º 0.18% 0.43% -
HSV(B) 7.69º 0.3% 0.5% -
XYZ 14.71 13.32 11.25 -
YUV 103.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 128 94 89 0 0.27 0.30 0.50 7.69 0.18 0.43
Hex 80 5E 59 0 1B 1E 32 8 12 2B
Octal 200 136 131 0 33 36 62 10 22 53
Binary 10000000 1011110 1011001 0 11011 11110 110010 1000 10010 101011

Color Harmonies of #805E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E59

Black with #805E59

Text Example


Text Example

White with #805E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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