Html Css Color HEX #957A5B Pale Brown

📋 copy color: '#957A5B'

red 149 ◦ green 122 ◦ blue 91

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

Shades of Pale Brown #957A5B

Tints of Pale Brown #957A5B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

 BLUE value IS 91 (35.94% from 255) = 25.14%

R = 41.16%
G = 33.7%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#957A5B (or 0x957A5B) is known color: Pale Brown. HEX triplet: 95, 7A and 5B. RGB value is (149,122,91). Sum of RGB (Red+Green+Blue) = 149+122+91=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #957A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A5B is #6A85A4. Grayscale: #7E7E7E. Windows color (decimal): -6981029 or 5995157. OLE color: 5995157.

HSL color Cylindrical-coordinate representation of color #957A5B: hue angle of 32.07º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957A5B is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 91 -
CMYK 0 0.18 0.39 0.42
HSL 32.07º 0.24% 0.47% -
HSV(B) 32.07º 0.39% 0.58% -
XYZ 21.24 21.06 12.84 -
YUV 126.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 149 122 91 0 0.18 0.39 0.42 32.07 0.24 0.47
Hex 95 7A 5B 0 12 27 2A 20 18 2F
Octal 225 172 133 0 22 47 52 40 30 57
Binary 10010101 1111010 1011011 0 10010 100111 101010 100000 11000 101111

Color Harmonies of #957A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A5B

Black with #957A5B

Text Example


Text Example

White with #957A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957A5B; }

 p { color: rgb(149,122,91); }

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

background-color css

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

 a { background-color: rgb(149,122,91); }

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

border-color css

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

 span { border-color: rgb(149,122,91); }

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