Html Css Color HEX #957545 Pale Brown

📋 copy color: '#957545'

red 149 ◦ green 117 ◦ blue 69

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

Shades of Pale Brown #957545

Tints of Pale Brown #957545

RGB

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

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

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

R = 44.48%
G = 34.93%
B = 20.6%

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

#957545 (or 0x957545) is known color: Pale Brown. HEX triplet: 95, 75 and 45. RGB value is (149,117,69). Sum of RGB (Red+Green+Blue) = 149+117+69=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #957545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957545 is #6A8ABA. Grayscale: #797979. Windows color (decimal): -6982331 or 4552085. OLE color: 4552085.

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

Color convert

RGB 149 117 69 -
CMYK 0 0.21 0.54 0.42
HSL 36º 0.37% 0.43% -
HSV(B) 36º 0.54% 0.58% -
XYZ 19.83 19.54 8.36 -
YUV 121.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 149 117 69 0 0.21 0.54 0.42 36 0.37 0.43
Hex 95 75 45 0 15 36 2A 24 25 2B
Octal 225 165 105 0 25 66 52 44 45 53
Binary 10010101 1110101 1000101 0 10101 110110 101010 100100 100101 101011

Color Harmonies of #957545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957545

Black with #957545

Text Example


Text Example

White with #957545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957545; }

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

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

background-color css

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

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

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

border-color css

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

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

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