Html Css Color HEX #83645F Pharlap

📋 copy color: '#83645F'

red 131 ◦ green 100 ◦ blue 95

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

Shades of Pharlap #83645F

Tints of Pharlap #83645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 40.18%
G = 30.67%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83645F (or 0x83645F) is known color: Pharlap. HEX triplet: 83, 64 and 5F. RGB value is (131,100,95). Sum of RGB (Red+Green+Blue) = 131+100+95=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #83645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83645F is #7C9BA0. Grayscale: #6C6C6C. Windows color (decimal): -8166305 or 6251651. OLE color: 6251651.

HSL color Cylindrical-coordinate representation of color #83645F: hue angle of 8.33º 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 #83645F is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 100 95 -
CMYK 0 0.24 0.27 0.49
HSL 8.33º 0.16% 0.44% -
HSV(B) 8.33º 0.27% 0.51% -
XYZ 15.98 14.77 12.83 -
YUV 108.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 131 100 95 0 0.24 0.27 0.49 8.33 0.16 0.44
Hex 83 64 5F 0 18 1B 31 8 10 2C
Octal 203 144 137 0 30 33 61 10 20 54
Binary 10000011 1100100 1011111 0 11000 11011 110001 1000 10000 101100

Color Harmonies of #83645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83645F

Black with #83645F

Text Example


Text Example

White with #83645F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,100,95); }

 H1.HeaderClassName
 {
   color: #83645F;
 }
 .AnyTagClassName
 {
   color: #83645F;
 }
</style>

background-color css

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

 a { background-color: rgb(131,100,95); }

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

border-color css

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

 span { border-color: rgb(131,100,95); }

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