#95745A

Color #95745A Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #95745A

Tints of Pale Brown #95745A

Color information

#95745A (or 0x95745A) is unknown color: approx Pale Brown. HEX triplet: 95, 74 and 5A. RGB value is (149,116,90). Sum of RGB (Red+Green+Blue) = 149+116+90=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95745A is #6A8BA5. Grayscale: #7B7B7B. Windows color (decimal): -6982566 or 5928085. OLE color: 5928085.

HSL color Cylindrical-coordinate representation of color #95745A: hue angle of 26.44º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95745A is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14911690-
CMYK00.220.400.42
HSL26.44º24.69%46.86%-
HSV(B)26.44º39.6%58.43%-
XYZ20.4919.6212.38-
YUV122.9109.43146.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=41.97%
G=32.68%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491169000.220.400.4226.4424.6946.86
Hex95745A016282A1a192f
Octal2251641320265052323157
Binary10010101111010010110100101101010001010101101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95745A; }

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

 H1.HeaderClassName
 {
   color: #95745A;
 }
 .AnyTagClassName
 {
   color: #95745A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #95745A;
 }
 .BgClassName
 {
   background-color: #95745A;
 }
</style>
border-color css

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

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

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