Html Css Color HEX #835E5B Pharlap

📋 copy color: '#835E5B'

red 131 ◦ green 94 ◦ blue 91

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

Shades of Pharlap #835E5B

Tints of Pharlap #835E5B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.75%

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 41.46%
G = 29.75%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#835E5B (or 0x835E5B) is known color: Pharlap. HEX triplet: 83, 5E and 5B. RGB value is (131,94,91). Sum of RGB (Red+Green+Blue) = 131+94+91=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 131 - color contains mainly: red. Hex color #835E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835E5B is #7CA1A4. Grayscale: #686868. Windows color (decimal): -8167845 or 5987971. OLE color: 5987971.

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

Color convert

RGB 131 94 91 -
CMYK 0 0.28 0.31 0.49
HSL 4.5º 0.18% 0.44% -
HSV(B) 4.5º 0.31% 0.51% -
XYZ 15.25 13.59 11.72 -
YUV 104.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 131 94 91 0 0.28 0.31 0.49 4.5 0.18 0.44
Hex 83 5E 5B 0 1C 1F 31 4 12 2C
Octal 203 136 133 0 34 37 61 4 22 54
Binary 10000011 1011110 1011011 0 11100 11111 110001 100 10010 101100

Color Harmonies of #835E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835E5B

Black with #835E5B

Text Example


Text Example

White with #835E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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