#947343

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

Shades of Pale Brown #947343

Tints of Pale Brown #947343

Color information

#947343 (or 0x947343) is unknown color: approx Pale Brown. HEX triplet: 94, 73 and 43. RGB value is (148,115,67). Sum of RGB (Red+Green+Blue) = 148+115+67=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #947343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947343 is #6B8CBC. Grayscale: #777777. Windows color (decimal): -7048381 or 4420500. OLE color: 4420500.

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

Color convert

RGB14811567-
CMYK00.220.550.42
HSL35.56º37.67%42.16%-
HSV(B)35.56º54.73%58.04%-
XYZ19.3618.967.95-
YUV119.498.43148.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 67 (26.56% from 255) = 20.30%
R=44.85%
G=34.85%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481156700.220.550.4235.5637.6742.16
Hex947343016372A24262a
Octal2241631030266752444652
Binary1001010011100111000011010110110111101010100100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947343; }

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

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

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

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

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

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

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

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