#84625b

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

Shades of Pharlap #84625B

Tints of Pharlap #84625B

Color information

#84625B (or 0x84625B) is unknown color: approx Pharlap. HEX triplet: 84, 62 and 5B. RGB value is (132,98,91). Sum of RGB (Red+Green+Blue) = 132+98+91=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84625B is #7B9DA4. Grayscale: #6B6B6B. Windows color (decimal): -8101285 or 5988996. OLE color: 5988996.

HSL color Cylindrical-coordinate representation of color #84625B: hue angle of 10.24º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84625B is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1329891-
CMYK00.260.310.48
HSL10.24º18.39%43.73%-
HSV(B)10.24º31.06%51.76%-
XYZ15.7714.411.85-
YUV107.37118.76145.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=41.12%
G=30.53%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132989100.260.310.4810.2418.3943.73
Hex84625B01A1F30a122c
Octal2041421330323760122254
Binary100001001100010101101101101011111110000101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84625b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84625b; }

 p { color: rgb(132,98,91); }

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

<style>
 a { background-color: #84625b; }

 a { background-color: rgb(132,98,91); }

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

<style>
 span { border-color: #84625b; }

 span { border-color: rgb(132,98,91); }

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