#947954

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

Shades of Pale Brown #947954

Tints of Pale Brown #947954

Color information

#947954 (or 0x947954) is unknown color: approx Pale Brown. HEX triplet: 94, 79 and 54. RGB value is (148,121,84). Sum of RGB (Red+Green+Blue) = 148+121+84=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #947954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947954 is #6B86AB. Grayscale: #7D7D7D. Windows color (decimal): -7046828 or 5536148. OLE color: 5536148.

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

Color convert

RGB14812184-
CMYK00.180.430.42
HSL34.69º27.59%45.49%-
HSV(B)34.69º43.24%58.04%-
XYZ20.6520.6111.28-
YUV124.85104.95144.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 84 (33.20% from 255) = 23.80%
R=41.93%
G=34.28%
B=23.80%

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
Decimal1481218400.180.430.4234.6927.5945.49
Hex9479540122B2A231c2d
Octal2241711240225352433455
Binary100101001111001101010001001010101110101010001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947954; }

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

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

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

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

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

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

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

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