#95744E

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

Shades of Pale Brown #95744E

Tints of Pale Brown #95744E

Color information

#95744E (or 0x95744E) is unknown color: approx Pale Brown. HEX triplet: 95, 74 and 4E. RGB value is (149,116,78). Sum of RGB (Red+Green+Blue) = 149+116+78=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95744E is #6A8BB1. Grayscale: #797979. Windows color (decimal): -6982578 or 5141653. OLE color: 5141653.

HSL color Cylindrical-coordinate representation of color #95744E: hue angle of 32.11º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95744E is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14911678-
CMYK00.220.480.42
HSL32.11º31.28%44.51%-
HSV(B)32.11º47.65%58.43%-
XYZ20.0119.439.9-
YUV121.54103.43147.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=43.44%
G=33.82%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491167800.220.480.4232.1131.2844.51
Hex95744E016302A201f2d
Octal2251641160266052403755
Binary100101011110100100111001011011000010101010000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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