#83625C

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

Shades of Pharlap #83625C

Tints of Pharlap #83625C

Color information

#83625C (or 0x83625C) is unknown color: approx Pharlap. HEX triplet: 83, 62 and 5C. RGB value is (131,98,92). Sum of RGB (Red+Green+Blue) = 131+98+92=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #83625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83625C is #7C9DA3. Grayscale: #6B6B6B. Windows color (decimal): -8166820 or 6054531. OLE color: 6054531.

HSL color Cylindrical-coordinate representation of color #83625C: hue angle of 9.23º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83625C is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1319892-
CMYK00.250.300.49
HSL9.23º17.49%43.73%-
HSV(B)9.23º29.77%51.37%-
XYZ15.6614.3312.07-
YUV107.18119.43144.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.81%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=40.81%
G=30.53%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131989200.250.300.499.2317.4943.73
Hex83625C0191E319112c
Octal2031421340313661112154
Binary100000111100010101110001100111110110001100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83625C; }

 p { color: rgb(131,98,92); }

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

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

 a { background-color: rgb(131,98,92); }

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

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

 span { border-color: rgb(131,98,92); }

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