Html Css Color HEX #957147 Pale Brown

📋 copy color: '#957147'

red 149 ◦ green 113 ◦ blue 71

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

Shades of Pale Brown #957147

Tints of Pale Brown #957147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 44.74%
G = 33.93%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#957147 (or 0x957147) is known color: Pale Brown. HEX triplet: 95, 71 and 47. RGB value is (149,113,71). Sum of RGB (Red+Green+Blue) = 149+113+71=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #957147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957147 is #6A8EB8. Grayscale: #777777. Windows color (decimal): -6983353 or 4682133. OLE color: 4682133.

HSL color Cylindrical-coordinate representation of color #957147: hue angle of 32.31º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #957147 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 113 71 -
CMYK 0 0.24 0.52 0.42
HSL 32.31º 0.35% 0.43% -
HSV(B) 32.31º 0.52% 0.58% -
XYZ 19.44 18.65 8.54 -
YUV 118.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 149 113 71 0 0.24 0.52 0.42 32.31 0.35 0.43
Hex 95 71 47 0 18 34 2A 20 23 2B
Octal 225 161 107 0 30 64 52 40 43 53
Binary 10010101 1110001 1000111 0 11000 110100 101010 100000 100011 101011

Color Harmonies of #957147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957147

Black with #957147

Text Example


Text Example

White with #957147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957147; }

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

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

background-color css

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

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

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

border-color css

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

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

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