#83625F

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

Shades of Pharlap #83625F

Tints of Pharlap #83625F

Color information

#83625F (or 0x83625F) is unknown color: approx Pharlap. HEX triplet: 83, 62 and 5F. RGB value is (131,98,95). Sum of RGB (Red+Green+Blue) = 131+98+95=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83625F is #7C9DA0. Grayscale: #6B6B6B. Windows color (decimal): -8166817 or 6251139. OLE color: 6251139.

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

Color convert

RGB1319895-
CMYK00.250.270.49
HSL15.93%44.31%-
HSV(B)27.48%51.37%-
XYZ15.7914.3912.77-
YUV107.52120.93144.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=40.43%
G=30.25%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131989500.250.270.49515.9344.31
Hex83625F0191B315102c
Octal203142137031336152054
Binary10000011110001010111110110011101111000110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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