Html Css Color HEX #835D57 Pharlap

📋 copy color: '#835D57'

red 131 ◦ green 93 ◦ blue 87

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

Shades of Pharlap #835D57

Tints of Pharlap #835D57

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.9%

 BLUE value IS 87 (34.38% from 255) = 27.97%

R = 42.12%
G = 29.9%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#835D57 (or 0x835D57) is known color: Pharlap. HEX triplet: 83, 5D and 57. RGB value is (131,93,87). Sum of RGB (Red+Green+Blue) = 131+93+87=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #835D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D57 is #7CA2A8. Grayscale: #676767. Windows color (decimal): -8168105 or 5725571. OLE color: 5725571.

HSL color Cylindrical-coordinate representation of color #835D57: hue angle of 8.18º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835D57 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 93 87 -
CMYK 0 0.29 0.34 0.49
HSL 8.18º 0.2% 0.43% -
HSV(B) 8.18º 0.34% 0.51% -
XYZ 14.99 13.34 10.8 -
YUV 103.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 131 93 87 0 0.29 0.34 0.49 8.18 0.2 0.43
Hex 83 5D 57 0 1D 22 31 8 14 2B
Octal 203 135 127 0 35 42 61 10 24 53
Binary 10000011 1011101 1010111 0 11101 100010 110001 1000 10100 101011

Color Harmonies of #835D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D57

Black with #835D57

Text Example


Text Example

White with #835D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,93,87); }

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

background-color css

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

 a { background-color: rgb(131,93,87); }

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

border-color css

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

 span { border-color: rgb(131,93,87); }

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