Html Css Color HEX #957357 Pale Brown

📋 copy color: '#957357'

red 149 ◦ green 115 ◦ blue 87

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

Shades of Pale Brown #957357

Tints of Pale Brown #957357

RGB

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

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

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

R = 42.45%
G = 32.76%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#957357 (or 0x957357) is known color: Pale Brown. HEX triplet: 95, 73 and 57. RGB value is (149,115,87). Sum of RGB (Red+Green+Blue) = 149+115+87=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #957357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957357 is #6A8CA8. Grayscale: #7A7A7A. Windows color (decimal): -6982825 or 5731221. OLE color: 5731221.

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

Color convert

RGB 149 115 87 -
CMYK 0 0.23 0.42 0.42
HSL 27.1º 0.26% 0.46% -
HSV(B) 27.1º 0.42% 0.58% -
XYZ 20.25 19.34 11.68 -
YUV 121.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 149 115 87 0 0.23 0.42 0.42 27.1 0.26 0.46
Hex 95 73 57 0 17 2A 2A 1B 1A 2E
Octal 225 163 127 0 27 52 52 33 32 56
Binary 10010101 1110011 1010111 0 10111 101010 101010 11011 11010 101110

Color Harmonies of #957357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957357

Black with #957357

Text Example


Text Example

White with #957357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957357; }

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

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

background-color css

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

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

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

border-color css

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

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

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