Html Css Color HEX #83665F Pharlap

📋 copy color: '#83665F'

red 131 ◦ green 102 ◦ blue 95

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

Shades of Pharlap #83665F

Tints of Pharlap #83665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.1%

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

R = 39.94%
G = 31.1%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83665F (or 0x83665F) is known color: Pharlap. HEX triplet: 83, 66 and 5F. RGB value is (131,102,95). Sum of RGB (Red+Green+Blue) = 131+102+95=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #83665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83665F is #7C99A0. Grayscale: #6D6D6D. Windows color (decimal): -8165793 or 6252163. OLE color: 6252163.

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

Color convert

RGB 131 102 95 -
CMYK 0 0.22 0.27 0.49
HSL 11.67º 0.16% 0.44% -
HSV(B) 11.67º 0.27% 0.51% -
XYZ 16.18 15.15 12.9 -
YUV 109.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 131 102 95 0 0.22 0.27 0.49 11.67 0.16 0.44
Hex 83 66 5F 0 16 1B 31 C 10 2C
Octal 203 146 137 0 26 33 61 14 20 54
Binary 10000011 1100110 1011111 0 10110 11011 110001 1100 10000 101100

Color Harmonies of #83665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83665F

Black with #83665F

Text Example


Text Example

White with #83665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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