Html Css Color HEX #83625D Pharlap

📋 copy color: '#83625D'

red 131 ◦ green 98 ◦ blue 93

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

Shades of Pharlap #83625D

Tints of Pharlap #83625D

RGB

 RED value IS 131 (51.56% from 255) = 40.68%

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

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

R = 40.68%
G = 30.43%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83625D (or 0x83625D) is known color: Pharlap. HEX triplet: 83, 62 and 5D. RGB value is (131,98,93). Sum of RGB (Red+Green+Blue) = 131+98+93=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #83625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83625D is #7C9DA2. Grayscale: #6B6B6B. Windows color (decimal): -8166819 or 6120067. OLE color: 6120067.

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

Color convert

RGB 131 98 93 -
CMYK 0 0.25 0.29 0.49
HSL 7.89º 0.17% 0.44% -
HSV(B) 7.89º 0.29% 0.51% -
XYZ 15.7 14.35 12.3 -
YUV 107.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 131 98 93 0 0.25 0.29 0.49 7.89 0.17 0.44
Hex 83 62 5D 0 19 1D 31 8 11 2C
Octal 203 142 135 0 31 35 61 10 21 54
Binary 10000011 1100010 1011101 0 11001 11101 110001 1000 10001 101100

Color Harmonies of #83625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83625D

Black with #83625D

Text Example


Text Example

White with #83625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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