Html Css Color HEX #957355 Pale Brown

📋 copy color: '#957355'

red 149 ◦ green 115 ◦ blue 85

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

Shades of Pale Brown #957355

Tints of Pale Brown #957355

RGB

 RED value IS 149 (58.59% from 255) = 42.69%

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 85 (33.59% from 255) = 24.36%

R = 42.69%
G = 32.95%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#957355 (or 0x957355) is known color: Pale Brown. HEX triplet: 95, 73 and 55. RGB value is (149,115,85). Sum of RGB (Red+Green+Blue) = 149+115+85=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #957355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957355 is #6A8CAA. Grayscale: #797979. Windows color (decimal): -6982827 or 5600149. OLE color: 5600149.

HSL color Cylindrical-coordinate representation of color #957355: hue angle of 28.12º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #957355 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 85 -
CMYK 0 0.23 0.43 0.42
HSL 28.13º 0.27% 0.46% -
HSV(B) 28.13º 0.43% 0.58% -
XYZ 20.16 19.31 11.26 -
YUV 121.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 149 115 85 0 0.23 0.43 0.42 28.13 0.27 0.46
Hex 95 73 55 0 17 2B 2A 1C 1B 2E
Octal 225 163 125 0 27 53 52 34 33 56
Binary 10010101 1110011 1010101 0 10111 101011 101010 11100 11011 101110

Color Harmonies of #957355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957355

Black with #957355

Text Example


Text Example

White with #957355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957355; }

 p { color: rgb(149,115,85); }

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

background-color css

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

 a { background-color: rgb(149,115,85); }

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

border-color css

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

 span { border-color: rgb(149,115,85); }

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