Html Css Color HEX #805D59 Pharlap

📋 copy color: '#805D59'

red 128 ◦ green 93 ◦ blue 89

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

Shades of Pharlap #805D59

Tints of Pharlap #805D59

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

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

R = 41.29%
G = 30%
B = 28.71%

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

#805D59 (or 0x805D59) is known color: Pharlap. HEX triplet: 80, 5D and 59. RGB value is (128,93,89). Sum of RGB (Red+Green+Blue) = 128+93+89=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #805D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D59 is #7FA2A6. Grayscale: #676767. Windows color (decimal): -8364711 or 5856640. OLE color: 5856640.

HSL color Cylindrical-coordinate representation of color #805D59: hue angle of 6.15º 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 #805D59 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 93 89 -
CMYK 0 0.27 0.30 0.50
HSL 6.15º 0.18% 0.43% -
HSV(B) 6.15º 0.3% 0.5% -
XYZ 14.62 13.14 11.22 -
YUV 103.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 128 93 89 0 0.27 0.30 0.50 6.15 0.18 0.43
Hex 80 5D 59 0 1B 1E 32 6 12 2B
Octal 200 135 131 0 33 36 62 6 22 53
Binary 10000000 1011101 1011001 0 11011 11110 110010 110 10010 101011

Color Harmonies of #805D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D59

Black with #805D59

Text Example


Text Example

White with #805D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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