#85635F

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

Shades of Pharlap #85635F

Tints of Pharlap #85635F

Color information

#85635F (or 0x85635F) is unknown color: approx Pharlap. HEX triplet: 85, 63 and 5F. RGB value is (133,99,95). Sum of RGB (Red+Green+Blue) = 133+99+95=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85635F is #7A9CA0. Grayscale: #6C6C6C. Windows color (decimal): -8035489 or 6251397. OLE color: 6251397.

HSL color Cylindrical-coordinate representation of color #85635F: hue angle of 6.32º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85635F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1339995-
CMYK00.260.290.48
HSL6.32º16.67%44.71%-
HSV(B)6.32º28.57%52.16%-
XYZ16.214.7412.82-
YUV108.71120.26145.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=40.67%
G=30.28%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133999500.260.290.486.3216.6744.71
Hex85635F01A1D306112d
Octal205143137032356062155
Binary10000101110001110111110110101110111000011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85635F; }

 p { color: rgb(133,99,95); }

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

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

 a { background-color: rgb(133,99,95); }

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

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

 span { border-color: rgb(133,99,95); }

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