Html Css Color HEX #957B57 Pale Brown

📋 copy color: '#957B57'

red 149 ◦ green 123 ◦ blue 87

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

Shades of Pale Brown #957B57

Tints of Pale Brown #957B57

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.26%

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

R = 41.5%
G = 34.26%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#957B57 (or 0x957B57) is known color: Pale Brown. HEX triplet: 95, 7B and 57. RGB value is (149,123,87). Sum of RGB (Red+Green+Blue) = 149+123+87=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #957B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B57 is #6A84A8. Grayscale: #7E7E7E. Windows color (decimal): -6980777 or 5733269. OLE color: 5733269.

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

Color convert

RGB 149 123 87 -
CMYK 0 0.17 0.42 0.42
HSL 34.84º 0.26% 0.46% -
HSV(B) 34.84º 0.42% 0.58% -
XYZ 21.2 21.24 12 -
YUV 126.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 149 123 87 0 0.17 0.42 0.42 34.84 0.26 0.46
Hex 95 7B 57 0 11 2A 2A 23 1A 2E
Octal 225 173 127 0 21 52 52 43 32 56
Binary 10010101 1111011 1010111 0 10001 101010 101010 100011 11010 101110

Color Harmonies of #957B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B57

Black with #957B57

Text Example


Text Example

White with #957B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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