Html Css Color HEX #957049 Pale Brown

📋 copy color: '#957049'

red 149 ◦ green 112 ◦ blue 73

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

Shades of Pale Brown #957049

Tints of Pale Brown #957049

RGB

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

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

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

R = 44.61%
G = 33.53%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#957049 (or 0x957049) is known color: Pale Brown. HEX triplet: 95, 70 and 49. RGB value is (149,112,73). Sum of RGB (Red+Green+Blue) = 149+112+73=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #957049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957049 is #6A8FB6. Grayscale: #767676. Windows color (decimal): -6983607 or 4812949. OLE color: 4812949.

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

Color convert

RGB 149 112 73 -
CMYK 0 0.25 0.51 0.42
HSL 30.79º 0.34% 0.44% -
HSV(B) 30.79º 0.51% 0.58% -
XYZ 19.39 18.46 8.84 -
YUV 118.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 149 112 73 0 0.25 0.51 0.42 30.79 0.34 0.44
Hex 95 70 49 0 19 33 2A 1F 22 2C
Octal 225 160 111 0 31 63 52 37 42 54
Binary 10010101 1110000 1001001 0 11001 110011 101010 11111 100010 101100

Color Harmonies of #957049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957049

Black with #957049

Text Example


Text Example

White with #957049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957049; }

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

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

background-color css

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

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

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

border-color css

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

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

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