#947144

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

Shades of Pale Brown #947144

Tints of Pale Brown #947144

Color information

#947144 (or 0x947144) is unknown color: approx Pale Brown. HEX triplet: 94, 71 and 44. RGB value is (148,113,68). Sum of RGB (Red+Green+Blue) = 148+113+68=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #947144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947144 is #6B8EBB. Grayscale: #767676. Windows color (decimal): -7048892 or 4485524. OLE color: 4485524.

HSL color Cylindrical-coordinate representation of color #947144: hue angle of 33.75º 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 #947144 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB14811368-
CMYK00.240.540.42
HSL33.75º37.04%42.35%-
HSV(B)33.75º54.05%58.04%-
XYZ19.1618.528.03-
YUV118.3499.6149.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=44.98%
G=34.35%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481136800.240.540.4233.7537.0442.35
Hex947144018362A22252a
Octal2241611040306652424552
Binary1001010011100011000100011000110110101010100010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947144; }

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

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

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

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

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

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

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

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