#95724B

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

Shades of Pale Brown #95724B

Tints of Pale Brown #95724B

Color information

#95724B (or 0x95724B) is unknown color: approx Pale Brown. HEX triplet: 95, 72 and 4B. RGB value is (149,114,75). Sum of RGB (Red+Green+Blue) = 149+114+75=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95724B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95724B is #6A8DB4. Grayscale: #787878. Windows color (decimal): -6983093 or 4944533. OLE color: 4944533.

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

Color convert

RGB14911475-
CMYK00.230.500.42
HSL31.62º33.04%43.92%-
HSV(B)31.62º49.66%58.43%-
XYZ19.6818.939.27-
YUV120.02102.6148.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=44.08%
G=33.73%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491147500.230.500.4231.6233.0443.92
Hex95724B017322A20212c
Octal2251621130276252404154
Binary1001010111100101001011010111110010101010100000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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