#947951

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

Shades of Pale Brown #947951

Tints of Pale Brown #947951

Color information

#947951 (or 0x947951) is unknown color: approx Pale Brown. HEX triplet: 94, 79 and 51. RGB value is (148,121,81). Sum of RGB (Red+Green+Blue) = 148+121+81=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #947951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947951 is #6B86AE. Grayscale: #7C7C7C. Windows color (decimal): -7046831 or 5339540. OLE color: 5339540.

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

Color convert

RGB14812181-
CMYK00.180.450.42
HSL35.82º29.26%44.9%-
HSV(B)35.82º45.27%58.04%-
XYZ20.5420.5610.67-
YUV124.51103.45144.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=42.29%
G=34.57%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481218100.180.450.4235.8229.2644.9
Hex9479510122D2A241d2d
Octal2241711210225552443555
Binary100101001111001101000101001010110110101010010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947951; }

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

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

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

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

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

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

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

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