Html Css Color HEX #805F5D Pharlap

📋 copy color: '#805F5D'

red 128 ◦ green 95 ◦ blue 93

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

Shades of Pharlap #805F5D

Tints of Pharlap #805F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.06%

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

R = 40.51%
G = 30.06%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#805F5D (or 0x805F5D) is known color: Pharlap. HEX triplet: 80, 5F and 5D. RGB value is (128,95,93). Sum of RGB (Red+Green+Blue) = 128+95+93=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #805F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805F5D is #7FA0A2. Grayscale: #686868. Windows color (decimal): -8364195 or 6119296. OLE color: 6119296.

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

Color convert

RGB 128 95 93 -
CMYK 0 0.26 0.27 0.50
HSL 3.43º 0.16% 0.43% -
HSV(B) 3.43º 0.27% 0.5% -
XYZ 14.97 13.56 12.19 -
YUV 104.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 128 95 93 0 0.26 0.27 0.50 3.43 0.16 0.43
Hex 80 5F 5D 0 1A 1B 32 3 10 2B
Octal 200 137 135 0 32 33 62 3 20 53
Binary 10000000 1011111 1011101 0 11010 11011 110010 11 10000 101011

Color Harmonies of #805F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805F5D

Black with #805F5D

Text Example


Text Example

White with #805F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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