#947955

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

Shades of Pale Brown #947955

Tints of Pale Brown #947955

Color information

#947955 (or 0x947955) is unknown color: approx Pale Brown. HEX triplet: 94, 79 and 55. RGB value is (148,121,85). Sum of RGB (Red+Green+Blue) = 148+121+85=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #947955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947955 is #6B86AA. Grayscale: #7D7D7D. Windows color (decimal): -7046827 or 5601684. OLE color: 5601684.

HSL color Cylindrical-coordinate representation of color #947955: hue angle of 34.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #947955 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14812185-
CMYK00.180.430.42
HSL34.29º27.04%45.69%-
HSV(B)34.29º42.57%58.04%-
XYZ20.6920.6311.49-
YUV124.97105.45144.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=41.81%
G=34.18%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481218500.180.430.4234.2927.0445.69
Hex9479550122B2A221b2e
Octal2241711250225352423356
Binary100101001111001101010101001010101110101010001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947955; }

 p { color: rgb(148,121,85); }

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

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

 a { background-color: rgb(148,121,85); }

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

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

 span { border-color: rgb(148,121,85); }

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