Html Css Color HEX #957749 Pale Brown

📋 copy color: '#957749'

red 149 ◦ green 119 ◦ blue 73

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

Shades of Pale Brown #957749

Tints of Pale Brown #957749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

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

R = 43.7%
G = 34.9%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#957749 (or 0x957749) is known color: Pale Brown. HEX triplet: 95, 77 and 49. RGB value is (149,119,73). Sum of RGB (Red+Green+Blue) = 149+119+73=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #957749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957749 is #6A88B6. Grayscale: #7A7A7A. Windows color (decimal): -6981815 or 4814741. OLE color: 4814741.

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

Color convert

RGB 149 119 73 -
CMYK 0 0.20 0.51 0.42
HSL 36.32º 0.34% 0.44% -
HSV(B) 36.32º 0.51% 0.58% -
XYZ 20.19 20.06 9.11 -
YUV 122.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 149 119 73 0 0.20 0.51 0.42 36.32 0.34 0.44
Hex 95 77 49 0 14 33 2A 24 22 2C
Octal 225 167 111 0 24 63 52 44 42 54
Binary 10010101 1110111 1001001 0 10100 110011 101010 100100 100010 101100

Color Harmonies of #957749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957749

Black with #957749

Text Example


Text Example

White with #957749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957749; }

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

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

background-color css

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

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

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

border-color css

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

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

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