#947243

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

Shades of Pale Brown #947243

Tints of Pale Brown #947243

Color information

#947243 (or 0x947243) is unknown color: approx Pale Brown. HEX triplet: 94, 72 and 43. RGB value is (148,114,67). Sum of RGB (Red+Green+Blue) = 148+114+67=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #947243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947243 is #6B8DBC. Grayscale: #777777. Windows color (decimal): -7048637 or 4420244. OLE color: 4420244.

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

Color convert

RGB14811467-
CMYK00.230.550.42
HSL34.81º37.67%42.16%-
HSV(B)34.81º54.73%58.04%-
XYZ19.2418.747.91-
YUV118.8198.76148.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 67 (26.56% from 255) = 20.36%
R=44.98%
G=34.65%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481146700.230.550.4234.8137.6742.16
Hex947243017372A23262a
Octal2241621030276752434652
Binary1001010011100101000011010111110111101010100011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947243; }

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

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

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

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

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

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

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

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