Html Css Color HEX #957544 Pale Brown

📋 copy color: '#957544'

red 149 ◦ green 117 ◦ blue 68

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

Shades of Pale Brown #957544

Tints of Pale Brown #957544

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.03%

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 44.61%
G = 35.03%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#957544 (or 0x957544) is known color: Pale Brown. HEX triplet: 95, 75 and 44. RGB value is (149,117,68). Sum of RGB (Red+Green+Blue) = 149+117+68=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #957544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957544 is #6A8ABB. Grayscale: #797979. Windows color (decimal): -6982332 or 4486549. OLE color: 4486549.

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

Color convert

RGB 149 117 68 -
CMYK 0 0.21 0.54 0.42
HSL 36.3º 0.37% 0.43% -
HSV(B) 36.3º 0.54% 0.58% -
XYZ 19.8 19.53 8.19 -
YUV 120.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 149 117 68 0 0.21 0.54 0.42 36.3 0.37 0.43
Hex 95 75 44 0 15 36 2A 24 25 2B
Octal 225 165 104 0 25 66 52 44 45 53
Binary 10010101 1110101 1000100 0 10101 110110 101010 100100 100101 101011

Color Harmonies of #957544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957544

Black with #957544

Text Example


Text Example

White with #957544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957544; }

 p { color: rgb(149,117,68); }

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

background-color css

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

 a { background-color: rgb(149,117,68); }

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

border-color css

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

 span { border-color: rgb(149,117,68); }

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