#947645

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

Shades of Pale Brown #947645

Tints of Pale Brown #947645

Color information

#947645 (or 0x947645) is unknown color: approx Pale Brown. HEX triplet: 94, 76 and 45. RGB value is (148,118,69). Sum of RGB (Red+Green+Blue) = 148+118+69=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #947645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947645 is #6B89BA. Grayscale: #797979. Windows color (decimal): -7047611 or 4552340. OLE color: 4552340.

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

Color convert

RGB14811869-
CMYK00.200.530.42
HSL37.22º36.41%42.55%-
HSV(B)37.22º53.38%58.04%-
XYZ19.7719.688.39-
YUV121.3898.44146.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 69 (27.34% from 255) = 20.60%
R=44.18%
G=35.22%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481186900.200.530.4237.2236.4142.55
Hex947645014352A25242b
Octal2241661050246552454453
Binary1001010011101101000101010100110101101010100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947645; }

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

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

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

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

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

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

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

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