#84625F

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

Shades of Pharlap #84625F

Tints of Pharlap #84625F

Color information

#84625F (or 0x84625F) is unknown color: approx Pharlap. HEX triplet: 84, 62 and 5F. RGB value is (132,98,95). Sum of RGB (Red+Green+Blue) = 132+98+95=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #84625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84625F is #7B9DA0. Grayscale: #6B6B6B. Windows color (decimal): -8101281 or 6251140. OLE color: 6251140.

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

Color convert

RGB1329895-
CMYK00.260.280.48
HSL4.86º16.3%44.51%-
HSV(B)4.86º28.03%51.76%-
XYZ15.9514.4712.78-
YUV107.82120.76145.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=40.62%
G=30.15%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132989500.260.280.484.8616.344.51
Hex84625F01A1C305102d
Octal204142137032346052055
Binary10000100110001010111110110101110011000010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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