Html Css Color HEX #957144 Pale Brown

📋 copy color: '#957144'

red 149 ◦ green 113 ◦ blue 68

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

Shades of Pale Brown #957144

Tints of Pale Brown #957144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.24%

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

R = 45.15%
G = 34.24%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#957144 (or 0x957144) is known color: Pale Brown. HEX triplet: 95, 71 and 44. RGB value is (149,113,68). Sum of RGB (Red+Green+Blue) = 149+113+68=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #957144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957144 is #6A8EBB. Grayscale: #767676. Windows color (decimal): -6983356 or 4485525. OLE color: 4485525.

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

Color convert

RGB 149 113 68 -
CMYK 0 0.24 0.54 0.42
HSL 33.33º 0.37% 0.43% -
HSV(B) 33.33º 0.54% 0.58% -
XYZ 19.34 18.62 8.04 -
YUV 118.63 99.43 149.66 -
System Red Green Blue C M Y K H S L
Decimal 149 113 68 0 0.24 0.54 0.42 33.33 0.37 0.43
Hex 95 71 44 0 18 36 2A 21 25 2B
Octal 225 161 104 0 30 66 52 41 45 53
Binary 10010101 1110001 1000100 0 11000 110110 101010 100001 100101 101011

Color Harmonies of #957144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957144

Black with #957144

Text Example


Text Example

White with #957144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957144; }

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

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

background-color css

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

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

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

border-color css

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

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

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