#80635E

Color #80635E Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #80635E

Tints of Pharlap #80635E

Color information

#80635E (or 0x80635E) is unknown color: approx Pharlap. HEX triplet: 80, 63 and 5E. RGB value is (128,99,94). Sum of RGB (Red+Green+Blue) = 128+99+94=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #80635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80635E is #7F9CA1. Grayscale: #6B6B6B. Windows color (decimal): -8363170 or 6185856. OLE color: 6185856.

HSL color Cylindrical-coordinate representation of color #80635E: hue angle of 8.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80635E is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1289994-
CMYK00.230.270.50
HSL8.82º15.32%43.53%-
HSV(B)8.82º26.56%50.2%-
XYZ15.3814.3212.54-
YUV107.1120.61142.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=39.88%
G=30.84%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128999400.230.270.508.8215.3243.53
Hex80635E0171B329f2c
Octal2001431360273362111754
Binary10000000110001110111100101111101111001010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80635E; }

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

 H1.HeaderClassName
 {
   color: #80635E;
 }
 .AnyTagClassName
 {
   color: #80635E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #80635E;
 }
 .BgClassName
 {
   background-color: #80635E;
 }
</style>
border-color css

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

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

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