#95775B

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

Shades of Pale Brown #95775B

Tints of Pale Brown #95775B

Color information

#95775B (or 0x95775B) is unknown color: approx Pale Brown. HEX triplet: 95, 77 and 5B. RGB value is (149,119,91). Sum of RGB (Red+Green+Blue) = 149+119+91=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95775B is #6A88A4. Grayscale: #7C7C7C. Windows color (decimal): -6981797 or 5994389. OLE color: 5994389.

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

Color convert

RGB14911991-
CMYK00.200.390.42
HSL28.97º24.17%47.06%-
HSV(B)28.97º38.93%58.43%-
XYZ20.8820.3412.72-
YUV124.78108.94145.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=41.50%
G=33.15%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491199100.200.390.4228.9724.1747.06
Hex95775B014272A1d182f
Octal2251671330244752353057
Binary10010101111011110110110101001001111010101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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