#946F50

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

Shades of Pale Brown #946F50

Tints of Pale Brown #946F50

Color information

#946F50 (or 0x946F50) is unknown color: approx Pale Brown. HEX triplet: 94, 6F and 50. RGB value is (148,111,80). Sum of RGB (Red+Green+Blue) = 148+111+80=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #946F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F50 is #6B90AF. Grayscale: #767676. Windows color (decimal): -7049392 or 5271444. OLE color: 5271444.

HSL color Cylindrical-coordinate representation of color #946F50: hue angle of 27.35º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #946F50 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14811180-
CMYK00.250.460.42
HSL27.35º29.82%44.71%-
HSV(B)27.35º45.95%58.04%-
XYZ19.3518.2410.09-
YUV118.53106.26149.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=43.66%
G=32.74%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481118000.250.460.4227.3529.8244.71
Hex946F500192E2A1b1e2d
Octal2241571200315652333655
Binary10010100110111110100000110011011101010101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946F50; }

 p { color: rgb(148,111,80); }

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

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

 a { background-color: rgb(148,111,80); }

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

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

 span { border-color: rgb(148,111,80); }

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