#95775D

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

Shades of Pale Brown #95775D

Tints of Pale Brown #95775D

Color information

#95775D (or 0x95775D) is unknown color: approx Pale Brown. HEX triplet: 95, 77 and 5D. RGB value is (149,119,93). Sum of RGB (Red+Green+Blue) = 149+119+93=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95775D is #6A88A2. Grayscale: #7D7D7D. Windows color (decimal): -6981795 or 6125461. OLE color: 6125461.

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

Color convert

RGB14911993-
CMYK00.200.380.42
HSL27.86º23.14%47.45%-
HSV(B)27.86º37.58%58.43%-
XYZ20.9720.3713.18-
YUV125.01109.94145.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=41.27%
G=32.96%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491199300.200.380.4227.8623.1447.45
Hex95775D014262A1c172f
Octal2251671350244652342757
Binary10010101111011110111010101001001101010101110010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,119,93); }

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

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

 a { background-color: rgb(149,119,93); }

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

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

 span { border-color: rgb(149,119,93); }

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