Html Css Color HEX #957757 Pale Brown

📋 copy color: '#957757'

red 149 ◦ green 119 ◦ blue 87

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

Shades of Pale Brown #957757

Tints of Pale Brown #957757

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

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

R = 41.97%
G = 33.52%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#957757 (or 0x957757) is known color: Pale Brown. HEX triplet: 95, 77 and 57. RGB value is (149,119,87). Sum of RGB (Red+Green+Blue) = 149+119+87=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #957757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957757 is #6A88A8. Grayscale: #7C7C7C. Windows color (decimal): -6981801 or 5732245. OLE color: 5732245.

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

Color convert

RGB 149 119 87 -
CMYK 0 0.20 0.42 0.42
HSL 30.97º 0.26% 0.46% -
HSV(B) 30.97º 0.42% 0.58% -
XYZ 20.71 20.27 11.84 -
YUV 124.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 149 119 87 0 0.20 0.42 0.42 30.97 0.26 0.46
Hex 95 77 57 0 14 2A 2A 1F 1A 2E
Octal 225 167 127 0 24 52 52 37 32 56
Binary 10010101 1110111 1010111 0 10100 101010 101010 11111 11010 101110

Color Harmonies of #957757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957757

Black with #957757

Text Example


Text Example

White with #957757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957757; }

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

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

background-color css

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

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

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

border-color css

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

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

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