#947855

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

Shades of Pale Brown #947855

Tints of Pale Brown #947855

Color information

#947855 (or 0x947855) is unknown color: approx Pale Brown. HEX triplet: 94, 78 and 55. RGB value is (148,120,85). Sum of RGB (Red+Green+Blue) = 148+120+85=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #947855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947855 is #6B87AA. Grayscale: #7C7C7C. Windows color (decimal): -7047083 or 5601428. OLE color: 5601428.

HSL color Cylindrical-coordinate representation of color #947855: hue angle of 33.33º 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 #947855 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14812085-
CMYK00.190.430.42
HSL33.33º27.04%45.69%-
HSV(B)33.33º42.57%58.04%-
XYZ20.5720.3811.44-
YUV124.38105.78144.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 85 (33.59% from 255) = 24.08%
R=41.93%
G=33.99%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481208500.190.430.4233.3327.0445.69
Hex9478550132B2A211b2e
Octal2241701250235352413356
Binary100101001111000101010101001110101110101010000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947855; }

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

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

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

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

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

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

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

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