#947648

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

Shades of Pale Brown #947648

Tints of Pale Brown #947648

Color information

#947648 (or 0x947648) is unknown color: approx Pale Brown. HEX triplet: 94, 76 and 48. RGB value is (148,118,72). Sum of RGB (Red+Green+Blue) = 148+118+72=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #947648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947648 is #6B89B7. Grayscale: #797979. Windows color (decimal): -7047608 or 4748948. OLE color: 4748948.

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

Color convert

RGB14811872-
CMYK00.200.510.42
HSL36.32º34.55%43.14%-
HSV(B)36.32º51.35%58.04%-
XYZ19.8619.728.89-
YUV121.7399.94146.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=43.79%
G=34.91%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481187200.200.510.4236.3234.5543.14
Hex947648014332A24232b
Octal2241661100246352444353
Binary1001010011101101001000010100110011101010100100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947648; }

 p { color: rgb(148,118,72); }

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

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

 a { background-color: rgb(148,118,72); }

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

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

 span { border-color: rgb(148,118,72); }

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