#95724E

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

Shades of Pale Brown #95724E

Tints of Pale Brown #95724E

Color information

#95724E (or 0x95724E) is unknown color: approx Pale Brown. HEX triplet: 95, 72 and 4E. RGB value is (149,114,78). Sum of RGB (Red+Green+Blue) = 149+114+78=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95724E is #6A8DB1. Grayscale: #787878. Windows color (decimal): -6983090 or 5141141. OLE color: 5141141.

HSL color Cylindrical-coordinate representation of color #95724E: hue angle of 30.42º 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 #95724E is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14911478-
CMYK00.230.480.42
HSL30.42º31.28%44.51%-
HSV(B)30.42º47.65%58.43%-
XYZ19.7918.979.83-
YUV120.36104.1148.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=43.70%
G=33.43%
B=22.87%

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
Decimal1491147800.230.480.4230.4231.2844.51
Hex95724E017302A1e1f2d
Octal2251621160276052363755
Binary10010101111001010011100101111100001010101111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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