Html Css Color HEX #835F5C Pharlap

📋 copy color: '#835F5C'

red 131 ◦ green 95 ◦ blue 92

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

Shades of Pharlap #835F5C

Tints of Pharlap #835F5C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.87%

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 41.19%
G = 29.87%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#835F5C (or 0x835F5C) is known color: Pharlap. HEX triplet: 83, 5F and 5C. RGB value is (131,95,92). Sum of RGB (Red+Green+Blue) = 131+95+92=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #835F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835F5C is #7CA0A3. Grayscale: #696969. Windows color (decimal): -8167588 or 6053763. OLE color: 6053763.

HSL color Cylindrical-coordinate representation of color #835F5C: hue angle of 4.62º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #835F5C is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 95 92 -
CMYK 0 0.27 0.30 0.49
HSL 4.62º 0.17% 0.44% -
HSV(B) 4.62º 0.3% 0.51% -
XYZ 15.38 13.78 11.97 -
YUV 105.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 131 95 92 0 0.27 0.30 0.49 4.62 0.17 0.44
Hex 83 5F 5C 0 1B 1E 31 5 11 2C
Octal 203 137 134 0 33 36 61 5 21 54
Binary 10000011 1011111 1011100 0 11011 11110 110001 101 10001 101100

Color Harmonies of #835F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F5C

Black with #835F5C

Text Example


Text Example

White with #835F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835F5C; }

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

 H1.HeaderClassName
 {
   color: #835F5C;
 }
 .AnyTagClassName
 {
   color: #835F5C;
 }
</style>

background-color css

<style>
 a { background-color: #835F5C; }

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

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

border-color css

<style>
 span { border-color: #835F5C; }

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

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