#95774A

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

Shades of Pale Brown #95774A

Tints of Pale Brown #95774A

Color information

#95774A (or 0x95774A) is unknown color: approx Pale Brown. HEX triplet: 95, 77 and 4A. RGB value is (149,119,74). Sum of RGB (Red+Green+Blue) = 149+119+74=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95774A is #6A88B5. Grayscale: #7B7B7B. Windows color (decimal): -6981814 or 4880277. OLE color: 4880277.

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

Color convert

RGB14911974-
CMYK00.200.500.42
HSL36º33.63%43.73%-
HSV(B)36º50.34%58.43%-
XYZ20.2320.089.29-
YUV122.84100.44146.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=43.57%
G=34.80%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491197400.200.500.423633.6343.73
Hex95774A014322A24222c
Octal2251671120246252444254
Binary1001010111101111001010010100110010101010100100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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