#947244

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

Shades of Pale Brown #947244

Tints of Pale Brown #947244

Color information

#947244 (or 0x947244) is unknown color: approx Pale Brown. HEX triplet: 94, 72 and 44. RGB value is (148,114,68). Sum of RGB (Red+Green+Blue) = 148+114+68=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #947244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947244 is #6B8DBB. Grayscale: #777777. Windows color (decimal): -7048636 or 4485780. OLE color: 4485780.

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

Color convert

RGB14811468-
CMYK00.230.540.42
HSL34.5º37.04%42.35%-
HSV(B)34.5º54.05%58.04%-
XYZ19.2718.758.07-
YUV118.9299.26148.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 68 (26.95% from 255) = 20.61%
R=44.85%
G=34.55%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481146800.230.540.4234.537.0442.35
Hex947244017362A22252a
Octal2241621040276652424552
Binary1001010011100101000100010111110110101010100010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947244; }

 p { color: rgb(148,114,68); }

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

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

 a { background-color: rgb(148,114,68); }

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

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

 span { border-color: rgb(148,114,68); }

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