#947053

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

Shades of Pale Brown #947053

Tints of Pale Brown #947053

Color information

#947053 (or 0x947053) is unknown color: approx Pale Brown. HEX triplet: 94, 70 and 53. RGB value is (148,112,83). Sum of RGB (Red+Green+Blue) = 148+112+83=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #947053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947053 is #6B8FAC. Grayscale: #777777. Windows color (decimal): -7049133 or 5468308. OLE color: 5468308.

HSL color Cylindrical-coordinate representation of color #947053: hue angle of 26.77º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #947053 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14811283-
CMYK00.240.440.42
HSL26.77º28.14%45.29%-
HSV(B)26.77º43.92%58.04%-
XYZ19.5718.5110.72-
YUV119.46107.43148.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 83 (32.81% from 255) = 24.20%
R=43.15%
G=32.65%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481128300.240.440.4226.7728.1445.29
Hex9470530182C2A1b1c2d
Octal2241601230305452333455
Binary10010100111000010100110110001011001010101101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947053; }

 p { color: rgb(148,112,83); }

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

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

 a { background-color: rgb(148,112,83); }

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

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

 span { border-color: rgb(148,112,83); }

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