Html Css Color HEX #957449 Pale Brown

📋 copy color: '#957449'

red 149 ◦ green 116 ◦ blue 73

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

Shades of Pale Brown #957449

Tints of Pale Brown #957449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 44.08%
G = 34.32%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#957449 (or 0x957449) is known color: Pale Brown. HEX triplet: 95, 74 and 49. RGB value is (149,116,73). Sum of RGB (Red+Green+Blue) = 149+116+73=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #957449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957449 is #6A8BB6. Grayscale: #797979. Windows color (decimal): -6982583 or 4813973. OLE color: 4813973.

HSL color Cylindrical-coordinate representation of color #957449: hue angle of 33.95º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #957449 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 73 -
CMYK 0 0.22 0.51 0.42
HSL 33.95º 0.34% 0.44% -
HSV(B) 33.95º 0.51% 0.58% -
XYZ 19.84 19.36 8.99 -
YUV 120.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 149 116 73 0 0.22 0.51 0.42 33.95 0.34 0.44
Hex 95 74 49 0 16 33 2A 22 22 2C
Octal 225 164 111 0 26 63 52 42 42 54
Binary 10010101 1110100 1001001 0 10110 110011 101010 100010 100010 101100

Color Harmonies of #957449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957449

Black with #957449

Text Example


Text Example

White with #957449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957449; }

 p { color: rgb(149,116,73); }

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

background-color css

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

 a { background-color: rgb(149,116,73); }

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

border-color css

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

 span { border-color: rgb(149,116,73); }

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