#947A54

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

Shades of Pale Brown #947A54

Tints of Pale Brown #947A54

Color information

#947A54 (or 0x947A54) is unknown color: approx Pale Brown. HEX triplet: 94, 7A and 54. RGB value is (148,122,84). Sum of RGB (Red+Green+Blue) = 148+122+84=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #947A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947A54 is #6B85AB. Grayscale: #7D7D7D. Windows color (decimal): -7046572 or 5536404. OLE color: 5536404.

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

Color convert

RGB14812284-
CMYK00.180.430.42
HSL35.62º27.59%45.49%-
HSV(B)35.62º43.24%58.04%-
XYZ20.7720.8611.32-
YUV125.44104.61144.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 84 (33.20% from 255) = 23.73%
R=41.81%
G=34.46%
B=23.73%

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
Decimal1481228400.180.430.4235.6227.5945.49
Hex947A540122B2A241c2d
Octal2241721240225352443455
Binary100101001111010101010001001010101110101010010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947A54; }

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

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

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

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

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

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

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

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