Html Css Color HEX #957557 Pale Brown

📋 copy color: '#957557'

red 149 ◦ green 117 ◦ blue 87

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

Shades of Pale Brown #957557

Tints of Pale Brown #957557

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.14%

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

R = 42.21%
G = 33.14%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#957557 (or 0x957557) is known color: Pale Brown. HEX triplet: 95, 75 and 57. RGB value is (149,117,87). Sum of RGB (Red+Green+Blue) = 149+117+87=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #957557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957557 is #6A8AA8. Grayscale: #7B7B7B. Windows color (decimal): -6982313 or 5731733. OLE color: 5731733.

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

Color convert

RGB 149 117 87 -
CMYK 0 0.21 0.42 0.42
HSL 29.03º 0.26% 0.46% -
HSV(B) 29.03º 0.42% 0.58% -
XYZ 20.48 19.8 11.76 -
YUV 123.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 149 117 87 0 0.21 0.42 0.42 29.03 0.26 0.46
Hex 95 75 57 0 15 2A 2A 1D 1A 2E
Octal 225 165 127 0 25 52 52 35 32 56
Binary 10010101 1110101 1010111 0 10101 101010 101010 11101 11010 101110

Color Harmonies of #957557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957557

Black with #957557

Text Example


Text Example

White with #957557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957557; }

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

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

background-color css

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

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

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

border-color css

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

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

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