#95744A

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

Shades of Pale Brown #95744A

Tints of Pale Brown #95744A

Color information

#95744A (or 0x95744A) is unknown color: approx Pale Brown. HEX triplet: 95, 74 and 4A. RGB value is (149,116,74). Sum of RGB (Red+Green+Blue) = 149+116+74=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95744A is #6A8BB5. Grayscale: #797979. Windows color (decimal): -6982582 or 4879509. OLE color: 4879509.

HSL color Cylindrical-coordinate representation of color #95744A: hue angle of 33.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95744A is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14911674-
CMYK00.220.500.42
HSL33.6º33.63%43.73%-
HSV(B)33.6º50.34%58.43%-
XYZ19.8819.379.17-
YUV121.08101.43147.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=43.95%
G=34.22%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491167400.220.500.4233.633.6343.73
Hex95744A016322A22222c
Octal2251641120266252424254
Binary1001010111101001001010010110110010101010100010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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