#856059

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

Shades of Pharlap #856059

Tints of Pharlap #856059

Color information

#856059 (or 0x856059) is unknown color: approx Pharlap. HEX triplet: 85, 60 and 59. RGB value is (133,96,89). Sum of RGB (Red+Green+Blue) = 133+96+89=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #856059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856059 is #7A9FA6. Grayscale: #6A6A6A. Windows color (decimal): -8036263 or 5857413. OLE color: 5857413.

HSL color Cylindrical-coordinate representation of color #856059: hue angle of 9.55º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #856059 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1339689-
CMYK00.280.330.48
HSL9.55º19.82%43.53%-
HSV(B)9.55º33.08%52.16%-
XYZ15.6614.0711.34-
YUV106.26118.26147.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 89 (35.16% from 255) = 27.99%
R=41.82%
G=30.19%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133968900.280.330.489.5519.8243.53
Hex85605901C2130a142c
Octal2051401310344160122454
Binary1000010111000001011001011100100001110000101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856059; }

 p { color: rgb(133,96,89); }

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

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

 a { background-color: rgb(133,96,89); }

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

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

 span { border-color: rgb(133,96,89); }

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