Html Css Color HEX #957050 Pale Brown

📋 copy color: '#957050'

red 149 ◦ green 112 ◦ blue 80

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

Shades of Pale Brown #957050

Tints of Pale Brown #957050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.84%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 43.7%
G = 32.84%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#957050 (or 0x957050) is known color: Pale Brown. HEX triplet: 95, 70 and 50. RGB value is (149,112,80). Sum of RGB (Red+Green+Blue) = 149+112+80=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #957050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957050 is #6A8FAF. Grayscale: #777777. Windows color (decimal): -6983600 or 5271701. OLE color: 5271701.

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

Color convert

RGB 149 112 80 -
CMYK 0 0.25 0.46 0.42
HSL 27.83º 0.3% 0.45% -
HSV(B) 27.83º 0.46% 0.58% -
XYZ 19.64 18.56 10.14 -
YUV 119.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 149 112 80 0 0.25 0.46 0.42 27.83 0.3 0.45
Hex 95 70 50 0 19 2E 2A 1C 1E 2D
Octal 225 160 120 0 31 56 52 34 36 55
Binary 10010101 1110000 1010000 0 11001 101110 101010 11100 11110 101101

Color Harmonies of #957050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957050

Black with #957050

Text Example


Text Example

White with #957050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957050; }

 p { color: rgb(149,112,80); }

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

background-color css

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

 a { background-color: rgb(149,112,80); }

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

border-color css

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

 span { border-color: rgb(149,112,80); }

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