Html Css Color HEX #957150 Pale Brown

📋 copy color: '#957150'

red 149 ◦ green 113 ◦ blue 80

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

Shades of Pale Brown #957150

Tints of Pale Brown #957150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

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

R = 43.57%
G = 33.04%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#957150 (or 0x957150) is known color: Pale Brown. HEX triplet: 95, 71 and 50. RGB value is (149,113,80). Sum of RGB (Red+Green+Blue) = 149+113+80=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #957150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957150 is #6A8EAF. Grayscale: #787878. Windows color (decimal): -6983344 or 5271957. OLE color: 5271957.

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

Color convert

RGB 149 113 80 -
CMYK 0 0.24 0.46 0.42
HSL 28.7º 0.3% 0.45% -
HSV(B) 28.7º 0.46% 0.58% -
XYZ 19.75 18.78 10.17 -
YUV 120 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 149 113 80 0 0.24 0.46 0.42 28.7 0.3 0.45
Hex 95 71 50 0 18 2E 2A 1D 1E 2D
Octal 225 161 120 0 30 56 52 35 36 55
Binary 10010101 1110001 1010000 0 11000 101110 101010 11101 11110 101101

Color Harmonies of #957150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957150

Black with #957150

Text Example


Text Example

White with #957150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957150; }

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

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

background-color css

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

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

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

border-color css

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

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

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