Html Css Color HEX #84625D Pharlap

📋 copy color: '#84625D'

red 132 ◦ green 98 ◦ blue 93

#84625D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pharlap #84625D

Tints of Pharlap #84625D

RGB

 RED value IS 132 (51.95% from 255) = 40.87%

 GREEN value IS 98 (38.67% from 255) = 30.34%

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 40.87%
G = 30.34%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84625D (or 0x84625D) is known color: Pharlap. HEX triplet: 84, 62 and 5D. RGB value is (132,98,93). Sum of RGB (Red+Green+Blue) = 132+98+93=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84625D is #7B9DA2. Grayscale: #6B6B6B. Windows color (decimal): -8101283 or 6120068. OLE color: 6120068.

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

Color convert

RGB 132 98 93 -
CMYK 0 0.26 0.30 0.48
HSL 7.69º 0.17% 0.44% -
HSV(B) 7.69º 0.3% 0.52% -
XYZ 15.86 14.43 12.31 -
YUV 107.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 132 98 93 0 0.26 0.30 0.48 7.69 0.17 0.44
Hex 84 62 5D 0 1A 1E 30 8 11 2C
Octal 204 142 135 0 32 36 60 10 21 54
Binary 10000100 1100010 1011101 0 11010 11110 110000 1000 10001 101100

Color Harmonies of #84625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84625D

Black with #84625D

Text Example


Text Example

White with #84625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84625D;
 }
 .AnyTagClassName
 {
   color: #84625D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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