#95724D

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

Shades of Pale Brown #95724D

Tints of Pale Brown #95724D

Color information

#95724D (or 0x95724D) is unknown color: approx Pale Brown. HEX triplet: 95, 72 and 4D. RGB value is (149,114,77). Sum of RGB (Red+Green+Blue) = 149+114+77=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95724D is #6A8DB2. Grayscale: #787878. Windows color (decimal): -6983091 or 5075605. OLE color: 5075605.

HSL color Cylindrical-coordinate representation of color #95724D: hue angle of 30.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95724D is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14911477-
CMYK00.230.480.42
HSL30.83º31.86%44.31%-
HSV(B)30.83º48.32%58.43%-
XYZ19.7518.969.64-
YUV120.25103.6148.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=43.82%
G=33.53%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491147700.230.480.4230.8331.8644.31
Hex95724D017302A1f202c
Octal2251621150276052374054
Binary100101011110010100110101011111000010101011111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95724D; }

 p { color: rgb(149,114,77); }

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

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

 a { background-color: rgb(149,114,77); }

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

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

 span { border-color: rgb(149,114,77); }

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