#95774F

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

Shades of Pale Brown #95774F

Tints of Pale Brown #95774F

Color information

#95774F (or 0x95774F) is unknown color: approx Pale Brown. HEX triplet: 95, 77 and 4F. RGB value is (149,119,79). Sum of RGB (Red+Green+Blue) = 149+119+79=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #95774F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95774F is #6A88B0. Grayscale: #7B7B7B. Windows color (decimal): -6981809 or 5207957. OLE color: 5207957.

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

Color convert

RGB14911979-
CMYK00.200.470.42
HSL34.29º30.7%44.71%-
HSV(B)34.29º46.98%58.43%-
XYZ20.420.1510.21-
YUV123.41102.94146.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=42.94%
G=34.29%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491197900.200.470.4234.2930.744.71
Hex95774F0142F2A221f2d
Octal2251671170245752423755
Binary100101011110111100111101010010111110101010001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95774F; }

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

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

<style>
 a { background-color: #95774F; }

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

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

<style>
 span { border-color: #95774F; }

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

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