#947C5B

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

Shades of Pale Brown #947C5B

Tints of Pale Brown #947C5B

Color information

#947C5B (or 0x947C5B) is unknown color: approx Pale Brown. HEX triplet: 94, 7C and 5B. RGB value is (148,124,91). Sum of RGB (Red+Green+Blue) = 148+124+91=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #947C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C5B is #6B83A4. Grayscale: #7F7F7F. Windows color (decimal): -7046053 or 5995668. OLE color: 5995668.

HSL color Cylindrical-coordinate representation of color #947C5B: hue angle of 34.74º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947C5B is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14812491-
CMYK00.160.390.42
HSL34.74º23.85%46.86%-
HSV(B)34.74º38.51%58.04%-
XYZ21.3121.4712.92-
YUV127.41107.45142.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=40.77%
G=34.16%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481249100.160.390.4234.7423.8546.86
Hex947C5B010272A23182f
Octal2241741330204752433057
Binary100101001111100101101101000010011110101010001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,124,91); }

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

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

 a { background-color: rgb(148,124,91); }

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

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

 span { border-color: rgb(148,124,91); }

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