Html Css Color HEX #83625F Pharlap

📋 copy color: '#83625F'

red 131 ◦ green 98 ◦ blue 95

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

Shades of Pharlap #83625F

Tints of Pharlap #83625F

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 value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83625F (or 0x83625F) is known color: 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

RGB 131 98 95 -
CMYK 0 0.25 0.27 0.49
HSL 0.16% 0.44% -
HSV(B) 0.27% 0.51% -
XYZ 15.79 14.39 12.77 -
YUV 107.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 131 98 95 0 0.25 0.27 0.49 5 0.16 0.44
Hex 83 62 5F 0 19 1B 31 5 10 2C
Octal 203 142 137 0 31 33 61 5 20 54
Binary 10000011 1100010 1011111 0 11001 11011 110001 101 10000 101100

Color Harmonies of #83625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83625F

Black with #83625F

Text Example


Text Example

White with #83625F

Text Example


Text Example

HTML Codes & Css Web 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>