#83625E

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

Shades of Pharlap #83625E

Tints of Pharlap #83625E

Color information

#83625E (or 0x83625E) is unknown color: approx Pharlap. HEX triplet: 83, 62 and 5E. RGB value is (131,98,94). Sum of RGB (Red+Green+Blue) = 131+98+94=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #83625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83625E is #7C9DA1. Grayscale: #6B6B6B. Windows color (decimal): -8166818 or 6185603. OLE color: 6185603.

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

Color convert

RGB1319894-
CMYK00.250.280.49
HSL6.49º16.44%44.12%-
HSV(B)6.49º28.24%51.37%-
XYZ15.7514.3712.53-
YUV107.41120.43144.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.56%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=40.56%
G=30.34%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131989400.250.280.496.4916.4444.12
Hex83625E0191C316102c
Octal203142136031346162054
Binary10000011110001010111100110011110011000111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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