Html Css Color HEX #957445 Pale Brown

📋 copy color: '#957445'

red 149 ◦ green 116 ◦ blue 69

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

Shades of Pale Brown #957445

Tints of Pale Brown #957445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 44.61%
G = 34.73%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#957445 (or 0x957445) is known color: Pale Brown. HEX triplet: 95, 74 and 45. RGB value is (149,116,69). Sum of RGB (Red+Green+Blue) = 149+116+69=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #957445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957445 is #6A8BBA. Grayscale: #787878. Windows color (decimal): -6982587 or 4551829. OLE color: 4551829.

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

Color convert

RGB 149 116 69 -
CMYK 0 0.22 0.54 0.42
HSL 35.25º 0.37% 0.43% -
HSV(B) 35.25º 0.54% 0.58% -
XYZ 19.71 19.31 8.32 -
YUV 120.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 149 116 69 0 0.22 0.54 0.42 35.25 0.37 0.43
Hex 95 74 45 0 16 36 2A 23 25 2B
Octal 225 164 105 0 26 66 52 43 45 53
Binary 10010101 1110100 1000101 0 10110 110110 101010 100011 100101 101011

Color Harmonies of #957445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957445

Black with #957445

Text Example


Text Example

White with #957445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957445; }

 p { color: rgb(149,116,69); }

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

background-color css

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

 a { background-color: rgb(149,116,69); }

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

border-color css

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

 span { border-color: rgb(149,116,69); }

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