Html Css Color HEX #957649 Pale Brown

📋 copy color: '#957649'

red 149 ◦ green 118 ◦ blue 73

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

Shades of Pale Brown #957649

Tints of Pale Brown #957649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

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

R = 43.82%
G = 34.71%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#957649 (or 0x957649) is known color: Pale Brown. HEX triplet: 95, 76 and 49. RGB value is (149,118,73). Sum of RGB (Red+Green+Blue) = 149+118+73=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #957649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957649 is #6A89B6. Grayscale: #7A7A7A. Windows color (decimal): -6982071 or 4814485. OLE color: 4814485.

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

Color convert

RGB 149 118 73 -
CMYK 0 0.21 0.51 0.42
HSL 35.53º 0.34% 0.44% -
HSV(B) 35.53º 0.51% 0.58% -
XYZ 20.08 19.83 9.07 -
YUV 122.14 100.27 147.16 -
System Red Green Blue C M Y K H S L
Decimal 149 118 73 0 0.21 0.51 0.42 35.53 0.34 0.44
Hex 95 76 49 0 15 33 2A 24 22 2C
Octal 225 166 111 0 25 63 52 44 42 54
Binary 10010101 1110110 1001001 0 10101 110011 101010 100100 100010 101100

Color Harmonies of #957649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957649

Black with #957649

Text Example


Text Example

White with #957649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957649; }

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

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

background-color css

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

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

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

border-color css

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

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

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