#8B635A

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

Shades of Pharlap #8B635A

Tints of Pharlap #8B635A

Color information

#8B635A (or 0x8B635A) is unknown color: approx Pharlap. HEX triplet: 8B, 63 and 5A. RGB value is (139,99,90). Sum of RGB (Red+Green+Blue) = 139+99+90=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B635A is #749CA5. Grayscale: #6E6E6E. Windows color (decimal): -7642278 or 5923723. OLE color: 5923723.

HSL color Cylindrical-coordinate representation of color #8B635A: hue angle of 11.02º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B635A is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1399990-
CMYK00.290.350.45
HSL11.02º21.4%44.9%-
HSV(B)11.02º35.25%54.51%-
XYZ16.9515.1511.7-
YUV109.93116.75148.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.38%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=42.38%
G=30.18%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139999000.290.350.4511.0221.444.9
Hex8B635A01D232Db152d
Octal2131431320354355132555
Binary1000101111000111011010011101100011101101101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B635A; }

 p { color: rgb(139,99,90); }

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

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

 a { background-color: rgb(139,99,90); }

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

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

 span { border-color: rgb(139,99,90); }

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