#947956

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

Shades of Pale Brown #947956

Tints of Pale Brown #947956

Color information

#947956 (or 0x947956) is unknown color: approx Pale Brown. HEX triplet: 94, 79 and 56. RGB value is (148,121,86). Sum of RGB (Red+Green+Blue) = 148+121+86=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #947956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947956 is #6B86A9. Grayscale: #7D7D7D. Windows color (decimal): -7046826 or 5667220. OLE color: 5667220.

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

Color convert

RGB14812186-
CMYK00.180.420.42
HSL33.87º26.5%45.88%-
HSV(B)33.87º41.89%58.04%-
XYZ20.7320.6411.7-
YUV125.08105.95144.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=41.69%
G=34.08%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481218600.180.420.4233.8726.545.88
Hex9479560122A2A221a2e
Octal2241711260225252423256
Binary100101001111001101011001001010101010101010001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947956; }

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

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

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

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

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

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

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

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