#95774E

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

Shades of Pale Brown #95774E

Tints of Pale Brown #95774E

Color information

#95774E (or 0x95774E) is unknown color: approx Pale Brown. HEX triplet: 95, 77 and 4E. RGB value is (149,119,78). Sum of RGB (Red+Green+Blue) = 149+119+78=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95774E is #6A88B1. Grayscale: #7B7B7B. Windows color (decimal): -6981810 or 5142421. OLE color: 5142421.

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

Color convert

RGB14911978-
CMYK00.200.480.42
HSL34.65º31.28%44.51%-
HSV(B)34.65º47.65%58.43%-
XYZ20.3720.1310.02-
YUV123.3102.44146.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=43.06%
G=34.39%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491197800.200.480.4234.6531.2844.51
Hex95774E014302A231f2d
Octal2251671160246052433755
Binary100101011110111100111001010011000010101010001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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