Html Css Color HEX #957155 Pale Brown

📋 copy color: '#957155'

red 149 ◦ green 113 ◦ blue 85

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

Shades of Pale Brown #957155

Tints of Pale Brown #957155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.56%

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

R = 42.94%
G = 32.56%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#957155 (or 0x957155) is known color: Pale Brown. HEX triplet: 95, 71 and 55. RGB value is (149,113,85). Sum of RGB (Red+Green+Blue) = 149+113+85=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #957155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957155 is #6A8EAA. Grayscale: #787878. Windows color (decimal): -6983339 or 5599637. OLE color: 5599637.

HSL color Cylindrical-coordinate representation of color #957155: hue angle of 26.25º 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 #957155 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 113 85 -
CMYK 0 0.24 0.43 0.42
HSL 26.25º 0.27% 0.46% -
HSV(B) 26.25º 0.43% 0.58% -
XYZ 19.94 18.86 11.18 -
YUV 120.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 149 113 85 0 0.24 0.43 0.42 26.25 0.27 0.46
Hex 95 71 55 0 18 2B 2A 1A 1B 2E
Octal 225 161 125 0 30 53 52 32 33 56
Binary 10010101 1110001 1010101 0 11000 101011 101010 11010 11011 101110

Color Harmonies of #957155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957155

Black with #957155

Text Example


Text Example

White with #957155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957155; }

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

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

background-color css

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

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

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

border-color css

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

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

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