Html Css Color HEX #83655E Pharlap

📋 copy color: '#83655E'

red 131 ◦ green 101 ◦ blue 94

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

Shades of Pharlap #83655E

Tints of Pharlap #83655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 40.18%
G = 30.98%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83655E (or 0x83655E) is known color: Pharlap. HEX triplet: 83, 65 and 5E. RGB value is (131,101,94). Sum of RGB (Red+Green+Blue) = 131+101+94=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #83655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83655E is #7C9AA1. Grayscale: #6D6D6D. Windows color (decimal): -8166050 or 6186371. OLE color: 6186371.

HSL color Cylindrical-coordinate representation of color #83655E: hue angle of 11.35º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83655E is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 101 94 -
CMYK 0 0.23 0.28 0.49
HSL 11.35º 0.16% 0.44% -
HSV(B) 11.35º 0.28% 0.51% -
XYZ 16.03 14.94 12.63 -
YUV 109.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 131 101 94 0 0.23 0.28 0.49 11.35 0.16 0.44
Hex 83 65 5E 0 17 1C 31 B 10 2C
Octal 203 145 136 0 27 34 61 13 20 54
Binary 10000011 1100101 1011110 0 10111 11100 110001 1011 10000 101100

Color Harmonies of #83655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83655E

Black with #83655E

Text Example


Text Example

White with #83655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83655E; }

 p { color: rgb(131,101,94); }

 H1.HeaderClassName
 {
   color: #83655E;
 }
 .AnyTagClassName
 {
   color: #83655E;
 }
</style>

background-color css

<style>
 a { background-color: #83655E; }

 a { background-color: rgb(131,101,94); }

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

border-color css

<style>
 span { border-color: #83655E; }

 span { border-color: rgb(131,101,94); }

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